Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI had the exact same problem recently. I didn't really figure out exactly what has going wrong, but I figured out a way to get past it.
The script seems to be triggering an error on the following statements:if {} {
vdel -lib rtl_work -all
}
There is an error deleting rtl_work becusae it cannot be found. I have no idea how this can happen as the if statement should be checking for this case. To get past this, I simply loaded the script (Timing_Gen_block_run_msim_rtl_verilog.do in your case) into an editor. I then copied everything past the above lines I mentioned and pasted them into the Modelsim transcript window. The simulation then ran as normal. The next time I started the simulation from Quartus, the problem did not repeat itself.