S
Shannon
Guest
The newbie is back!
Why can't I do this:
type table_array IS ARRAY (0 to 16) of STD_LOGIC_VECTOR(11 downto 0);
signal table: table_array;
....
FOR i in 1 to table'RANGE loop
....
Shannon
Why can't I do this:
type table_array IS ARRAY (0 to 16) of STD_LOGIC_VECTOR(11 downto 0);
signal table: table_array;
....
FOR i in 1 to table'RANGE loop
....
Shannon