-- -- author: Claudio Talarico -- file: mux-tb-e.vhdl -- comments: test-bench for 2:1 mux -- library ieee; use ieee.std_logic_1164.all; use std.textio.all; entity mux_tb is end mux_tb;