Mux entity brief description Detailed description of this mux design element.
More...
|
| ieee | |
| | Use standard library.
|
|
| din_0 | in | std_logic |
| | | Mux first input.
|
| din_1 | in | std_logic |
| | | Mux Second input.
|
| mux_out | out | std_logic |
| | | Mux output.
|
| sel | in | std_logic |
| | | Select input.
|
Mux entity brief description Detailed description of this mux design element.
Definition at line 15 of file mux.vhdl.
◆ din_0
Mux first input.
Definition at line 17 of file mux.vhdl.
◆ din_1
Mux Second input.
Definition at line 18 of file mux.vhdl.
◆ ieee
Use standard library.
Definition at line 7 of file mux.vhdl.
◆ mux_out
Mux output.
Definition at line 21 of file mux.vhdl.
◆ sel
Select input.
Definition at line 19 of file mux.vhdl.
◆ std_logic_1164
Use logic elements.
Definition at line 9 of file mux.vhdl.
The documentation for this class was generated from the following file: