Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi Pancake
Yes finally I can, and better I can add a workaround for the problem, I found this morning. The problem never shows in my first simulation, but appears when I change a source file and rerun it. I do not define projects in modelsim. I just use the cd command to go to the proj dir. Then I use a run.do command file (executed with do run.do) The run.do could be like this # End present simulation quit -sim vcom myfile1.vhd vcom myfile2.vhd vsim -t 1ps work.tb_sram_x16 do wave.do run 250 ns The wave.do file holds my stored wave setup. The workaround is to close the wave window between each run. This can be done by adding noview wave after quit -sim in the run.do file.