Forum Discussion
Altera_Forum
Honored Contributor
9 years agoArrays - detect signal changes and simulate in Modelsim
I have two problems with a 1-d array I'm using. The array's cells are 64 bit vectors. Declaration: package my_pack is
type commands_array is array (natural range <>) of std_logic_vecto...
Altera_Forum
Honored Contributor
9 years agoPlease see edit, I still have problems simulating the design. Thank you!