Module module

Source

Traits§

CompositeModule
Used to create modules by combining other modules. This does not have an own compute function.
ComputeModule
Used to create a module which reads the signals attached to the input ports, performs a computation and then writes to the output signals. Note that writing does not immediately change the output signal, only in the next delta-cycle. The compute function will be executed whenever a signal in the sensitivity list changes it’s value.
ModuleInterface
Used to declare the i/o of a module.