Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI found the solution, I just added the command "resume" :
onbreak { coverage save -code bcefs -instance sim:/testbench/top_inst ../RESULT/UCDB/${ARCH_SIM}.ucdb resume } run -all quit -sim Now I can have the hand in my .do file again and i'm no longer in "run -all", that's why I can put "quit -sim" afterwards. That's why I got the following message on Modelsim transcript: "Macro ./Start_Simulation.do PAUSED at line 131" I should have mentioned that before... Thank you for your help!