How 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 compiled a file with a simple 16bit adder and its testbench. After configuring the test bench according to the image below:
And compiling, I got:
Error: Error: Can't launch Questa Intel FPGA Simulation software -- make sure the software is properly installed and the environment variable LM_LICENSE_FILE or MGLS_LICENSE_FILE points to the correct license file.
I noticed, However, that questa is present in my system:
$ ls ~/intelFPGA_lite/23.1std/ devdata ip licenses logs nios2eds niosv quartus questa_fse riscfree uninstall
Does setup.sh install questa? If not, how should I install it?
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