From WikiChip
Modules - Verilog
< verilog
Revision as of 16:32, 27 March 2018 by David (talk | contribs) (modules)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Modules are basic building blocks describing the functional operation of some logical. A module is effectively a black box consisting of optional inputs, outputs, and parameters which can be instantiated in order to construct more complex structures which themselves can be used as higher-level structural modules.

.