Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

Initialize parameter of an array type

Hi, In VHDL, we can have something like this: TYPE memory1 is array (0 to 11) of std_logic_vector(7 downto 0); constant RVSeq: memory1 := (X"40", X"52", X"56", X"30", X"30", X"34", X"30"...