modelWiredX
Wired node with multiple input and one output
Extends from D.Interfaces.MISO (Multiple input - single output).
Information
Wires n input signals in one output signal, without delay.
Resolution table is given by http://www.cs.sfu.ca/~ggbaker/reference/std_logic/src/std_logic_misc.vhd
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n (from MISO) | 2 | Number of inputs |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| D.Interfaces.DigitalInput[n] | x (from MISO) | Connector of Digital input signal vector | |
| D.Interfaces.DigitalOutput | y (from MISO) | Connector of Digital output signal |
Revisions
- January 22, 2010 created by Ulrich Donath