Forum Discussion
Deshi_Intel
Regular Contributor
5 years agoHi,
This is weird.
Btw, did you click "NO" on the sim pop up windows when it asked you whether do you want to finish or complete the sim after sim passed ?
Also, couple of things that you can check in example design folder
- LL10G_10GBASER\simulation\ed_sim\mentor
- Do you see the sim waveform file (vsim.wlf) ?
- Do you see msim_wave.do file ? This is the script to add design signals to Modelsim Waveform
- You can also check tb_run.tcl script to make sure it execute the wave.do file. The command is just do wave.do
Ultimately, you can also edit the tb_run.tcl script to stop auto run (comment out do wave.do and run -all) to manually run the command in Modelsim console to test it.
Thanks.
Regards,
dlim