Forum Discussion
Avalon Verification IP example avlmm_1x1_vhdl not working in Questa Intel FPGA Edition
- 3 years ago
Hi,
Please follow the debug steps below:
1.In the run_simulation.tcl script, add this command set USER_DEFINED_ELAB_OPTIONS -novopt to simulate without optimization.
2.Then, in the command prompt type vsim -suppress 12110 to invoke the Questa simulator GUI.
3.Then, do run_simulation.tcl script again and should see the full complete simulation.
Thanks,
Best Regards,
Sheng
p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.
Hi,
Please follow the debug steps below:
1.In the run_simulation.tcl script, add this command set USER_DEFINED_ELAB_OPTIONS -novopt to simulate without optimization.
2.Then, in the command prompt type vsim -suppress 12110 to invoke the Questa simulator GUI.
3.Then, do run_simulation.tcl script again and should see the full complete simulation.
Thanks,
Best Regards,
Sheng
p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.
Hi Sheng,
I tried it and it works fine now. Thank You