5 lines
61 B
VHDL
5 lines
61 B
VHDL
|
library IEEE;
|
||
|
use IEEE.STD_LOGIC_1164.all;
|
||
|
|
||
|
entity Mux2_1 is
|