Forum Discussion
eamun1
New Contributor
6 years agoProblems with design example Low Latency Ethernet 10G MAC Intel FPGAIP
I've created the Design example base on the Low Latency Ethernet 10G MAC Intel FPGAIP, with the following parameters I open the project and suscessfully compile it, I try to run the simulation a...
Deshi_Intel
Regular Contributor
6 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