Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17256 Discussions

Modelsim - Error loading design - vsim-3170 - could not find

Altera_Forum
Honored Contributor II
7,028 Views

Hi there, 

 

when i try to simulate my design, i receive the following msg: 

 

vsim -gui "+altera" -l msim_transcript -do "filename_run_msim_rtl_vhdl.do" # start time: 23:18:28 on mar 01,2015# ** error: (vsim-3170) could not find 'd:/####/simulation/modelsim/rtl_work.toplevelmoduletestbench'.# # error loading design# error: error loading design# pausing macro execution# macro ./filename_run_msim_rtl_vhdl.do paused at line 19 

 

 

I`m not sure, where exactly the problem is. I also checked the .do file, but didn`t recognize smth special. So anybody knows about this failure and could help? 

 

Thanks a lot 

 

regards
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
5,249 Views

Hi Sek_tor, you may need to describe the simulation steps and also share your design here, so that i can try to duplicate the error.

0 Kudos
Altera_Forum
Honored Contributor II
5,249 Views

The error is saying that the specified design unit could not be found for loading. First, you may want to restart the simulator and re-execute the FILENAME_run_msim_rtl_vhdl.do to see it helps. You may also need to ensure the design unit has been compiled into correct library and that library is mapped correctly. That will help if you may attach the testcase here for debugging further.

0 Kudos
Reply