Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- I wen through sim.tcl step by step. All worked fine, until I the vsim command. It instantly opens the wave window --- Quote End --- I've never seen the wave window open up when using the vsim command. Perhaps there is come configuration file that has been screwed up - is there a modelsim.ini file in your local directory? Delete it. --- Quote Start --- I try to close the window and start typing the commands on example_tb.do but on the first one (quietly WaveActivateNextPane {} 0) it tries to open wave window again and I get the error once more. --- Quote End --- Look at the script again, the procedure example_tb just runs a couple of commands, i.e., essentially
vsim -novopt -gWIDTH=$WIDTH example_tb
do scripts/example_tb.do
run -a
You don't type in the contents of the example_tb.do file, you just source it, and it will open the wave window. Take a screen shot of what you are seeing and post it. Cheers, Dave