SohanHPatel
New Contributor
3 years agoError: 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 Simula...
- 3 years ago
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