Forum Discussion

ab4's avatar
ab4
Icon for New Contributor rankNew Contributor
7 years ago

hi, i just want to grate a 8 : 1 mux but i got this error: 10334 VHDL error at eight_1.vhd (11) : y is not subporgram, a type, or an array object

library ieee; use ieee.std_logic_1164.all; entity eight_1 is port(a:in std_logic_vector(7 downto 0); s: in std_logic_vector(2 downto 0); y: out std_logic); end eight_1; architecture d_f o...