Class | Description |
---|---|
Multiplexer |
The base class
Multiplexer and its derived classes StdMultiplexer , and
PriorityMultiplexer represent components with multiple input ports
(InputPort ) and one output port (OutputPort ). |
PriorityMultiplexer |
PriorityMultiplexer is roughly the same as a standard multiplexer.
|
StdMultiplexer |
In StdMultiplexer the initial number of input ports is given on construction.
|