Error: Can't Launch Questa Intel Starter FPGA Edition from Quartus Prime Pro tool.
I have installed Quartus prime pro Edition Version 23.1.0 and Questa Intel Starter FPGA Edition-64 Version 2022.4 linux_x86_64 on linux machine (Ubuntu 22.04.3 LTS). Whenever I tried to launch Simulator from Quartus prime tool by setting executable location then following errors occur.
Error: Unable to launch questasim software -- make sure the software is properly installed
Error: couldn't execute "vsim": no such file or directory
Error: while executing
Error: "open "|\"$gl_ext_cmds(vsim)\" -c -do $gl(tmp_cmd_file) 2>@1" r" POSIX ENOENT {no such file or directory}Error: Compilation was NOT successful. 4 errors, 1 warnings
But when I tried to open simulator manually by ./vsim command from same executable location then Simulator is working.
Can you please help me?
Thanks,
Sohan Patel
Hi Sohan,
Check this link https://www.intel.com/content/www/us/en/docs/programmable/683472/22-1/and-software-license.html and this link https://www.intel.com/content/www/us/en/programmable/quartushelp/17.0/mapIdTopics/jka1465598270294.htm
Specifying the following commands below in .cshrc or .bashrc file (Linux):
export LM_LICENSE_FILE=<path to license>:$LM_LICENSE_FILE
setenv LM_LICENSE_FILE "<path_to_license_file>"
Note: Linux: You must source your .cshrc (source ~/.cshrc) or .bashrc (source ~/.bashrc) file before restarting the software.
Thanks,
Regards,
Sheng