Mux
|
Mux entity brief descriptionDetailed description of this mux design element. More...
Entities | |
mux_using_with.behavior | architecture |
Architecture definition of the MUX. More... |
Libraries | |
ieee | |
Use standard library. |
Use Clauses | |
std_logic_1164 | |
Use logic elements. |
Ports | ||
din_0 | in | std_logic |
Mux first input. | ||
din_1 | in | std_logic |
Mux Second input. | ||
sel | in | std_logic |
Select input. | ||
mux_out | out | std_logic |
Mux output. |
Mux entity brief descriptionDetailed description of this mux design element.