Verilog tips
Do not write C-code
- Don’t write algorithms
- You will not get efficient circuits
- Compilers don’t map algorithms to circuits well
Do describe hardware circuits
- Don’t start coding until you have a complete dataflow diagram
References
- http://www.cs.washington.edu/education/courses/467/99au/admin/HardwareLab.html
- http://www.europa.com/~celiac/ver_eda.html