CKiel
New Contributor
7 years agoError 10500
Library IEEE; USE IEEE.NUMERIC_STD.ALL; USE IEEE.STD_LOGIC_1164.ALL; ENTITY mux4 IS PORT( mux_in_a:IN UNSIGNED(3 downto 0); mux_in_b :IN UNSIGNED(3 downto 0); mux_sel :IN STD_LOGIC; mux_...
You have a semicolon (;) at the end of the mux_out port that should be removed.