Altera_Forum
Honored Contributor
18 years agoSimulating NIOS II with ModelSim
When compiling NIOS II with ModelSim, I got the following errors:
( I used the "full featured version" provided with V7 distribution).# -- Compiling entity cpu# -- Compiling architecture rtl of cpu# ** Error: C:/altera/70/nios2eds/examples/vhdl/niosII_stratixII_2s60_ES/full_featured/cpu.vho(13879): (vcom-1136) Unknown identifier "clock_enable_core_a".# ** Error: C:/altera/70/nios2eds/examples/vhdl/niosII_stratixII_2s60_ES/full_featured/cpu.vho(13880): (vcom-1136) Unknown identifier "clock_enable_core_b".# ** Error: C:/altera/70/nios2eds/examples/vhdl/niosII_stratixII_2s60_ES/full_featured/cpu.vho(13885): (vcom-1136) Unknown identifier "enable_ecc".# ** Error: C:/altera/70/nios2eds/examples/vhdl/niosII_stratixII_2s60_ES/full_featured/cpu.vho(13903): (vcom-1136) Unknown identifier "read_during_write_mode_port_a".# ** Error: C:/altera/70/nios2eds/examples/vhdl/niosII_stratixII_2s60_ES/full_featured/cpu.vho(13904): (vcom-1136) Unknown identifier "read_during_write_mode_port_b". etc... # ** Error: C:/altera/70/nios2eds/examples/vhdl/niosII_stratixII_2s60_ES/full_featured/cpu.vho(34208): VHDL Compiler exiting# c:/modeltech_ae/win32aloem/vcom failed. Did anybody get these errors? Any idea to fix the errors? Thanks de