Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
try to replace the instance name with the correct one used in the test bench file(don't use i1 as name)
My file uses megawizard cores such as RAM, FIFO etc. After the synthesis in quartus2 , I got the following error in the modelsim when I simulated.
# ** error: (vsim-sdf-3250) top_module_name.sdo(0): failed to find instance '/instance_name'.# error loading design# error: error loading design # pausing macro execution # macro ./top_module_name_run_msim_gate_vhdl.do paused at line 12 Please help me!! Thank you.try to replace the instance name with the correct one used in the test bench file(don't use i1 as name)