Best practice, design and code

From Robin

(Difference between revisions)
Jump to: navigation, search
(Ny side: {{PAGENAME}} __NOTOC__ The rules noted here are guidelines that will help creating code that is easy to read and maintain = VHDL = == FSM==)
Line 1: Line 1:
[[Category:Robinwiki|{{PAGENAME}}]]
[[Category:Robinwiki|{{PAGENAME}}]]
__NOTOC__
__NOTOC__
-
The rules noted here are guidelines that will help creating code that is easy to read and maintain
+
The rules noted here are guidelines that will help creating designs that are easy to verify, read and maintain
= VHDL =
= VHDL =
 +
== Sequential logic ==
 +
* Separate registers from combinational logic
 +
 +
== FSM==
== FSM==

Revision as of 09:43, 15 March 2023


The rules noted here are guidelines that will help creating designs that are easy to verify, read and maintain

VHDL

Sequential logic

  • Separate registers from combinational logic


FSM

Front page