GUIDELINES.md

This commit is contained in:
Peter McGoron 2023-04-21 14:26:37 -04:00
parent 40fd1ab6fe
commit 540612e305
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ See also [Dan Gisselquist][1]'s rules for FPGA development.
takes care of connecting modules together and assigning each register
a memory location.
* Keep all Verilog as generic as possible.
* Always initialize registers.
# Software