entity MUX2_TB is end MUX2_TB; architecture BEHAV of MUX2_TB is component MUX2 port ( A, B, SEL: in bit; Z: out bit); end component; signal A_S, B_S, SEL_S, Z_S: bit; begin end BEHAV;