Forum Discussion
Altera_Forum
Honored Contributor
11 years agoAssociating a VHDL RECORD with a buffer
I am storing some data into a array of STD. type my_array is array(0 to 7) std_logic_vector(7 downto 0); signal datain : my_array; How do I associated a record with datain? Data comes into my code...
Altera_Forum
Honored Contributor
11 years agowell, you need to declare a record type with the appropriate fields.