Forum Discussion
Altera_Forum
Honored Contributor
14 years agoModelSim with VHDL 2008
Peace be upon you; I am using Quartus II 11.1, ModelSim 10.c (x64), I am used to design my files on Quartus and simulate it on ModelSim using VHDL 2002; Then I had to move to VHDL 2008 due to so...
Altera_Forum
Honored Contributor
14 years agohow about just creating a type that covers the worst case?
eg: type reg_array_t is array(natural range <>) of std_logic_vector(31 downto 0); then leave anything you dont use disconnected. It will get synthesised away.