ocraM
New Contributor
1 year agoHow to know if questa is correctly installed in my linux system?
I installed quartus in my ubuntu 22.04 system by following this tutorial, so downloading the installer from here and executing the setup.sh script. Now I'm learning how to create testbenchs and I ...
- 1 year ago
Check the error message and see what it complain about.
The "#Error error loading design" seems to indicate that the Questa is unable to find the design files.
Check if the path to the file being loaded is incorrect, or the path contains a space character, or the file does not exist.
Check the line 12 in the ...msim_gate_vhdl.do file and see what is it about.
Do you run a full compilation in the Quartus prior to launch the Questa to run gate level simulation?
Regards,
Richard Tan