1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
oh/stdlib
aolofsson 9410821818 Finally converging on a decent lfsr module
- Lesson 1: Keep it simple!!!
- Lesson 2: Make each program do one thing well. (unix)
- Lesson 3: Make module dynamic (parameters and ifdefs are horrible!)
- Lesson 4: Synthesis can remove bits set to 0 in design...
- Lesson 5: Dynamic binding/programmabiility is better!
2022-06-28 23:19:56 -04:00
..
2022-06-21 14:48:48 -04:00
2022-06-21 14:48:48 -04:00

STDLIB

  • STDLIB is a library of low level vectoried building blocks for control and datapath logic.
  • Where appropriate, parameters are included to enable soft and hard-coded implementation.
  • Some library cells call on others cells within the library