Chargement…
Chargement…
The entity mux2_1 has two data inputs (i_d0, i_d1) of type std_logic, a selector (i_sel) of type std_logic and one output (o_q) of type std_logic.
When i_sel is '0', output o_q takes the value of i_d0. When i_sel is '1', the output takes the value of i_d1.
| Signal | Direction | Width | Description |
|---|---|---|---|
i_d0 | Input | 1 bit | Input D0 |
i_d1 | Input | 1 bit | Input D1 |
i_sel | Input | 1 bit | Select |
o_q | Output | 1 bit | Output |