Verilog

From Stm32World Wiki
Revision as of 11:38, 2 January 2023 by Lth (talk | contribs)
Jump to navigation Jump to search

At the moment I just use this page to jot down unstructured bits and pieces:

Assign vs. Always

Basically assign statements are used to connect different devices via nets. Always blocks are used to express behavior of those devices.

In general the 'assign' statements are used to assign values to nets. always blocks deal with assigning values to registers.

Miscellaneous Links