Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- std_logic_vector type does not match integer literal --- Quote End --- That's true according to VHDL specification. Unless you apply a type conversion, std_logic_vector can be only assigned to a bit string literal of correct bit length, e.g.
constant preamble : STD_LOGIC_VECTOR (31 DOWNTO 0) := x"00000055";