Amir_GH
New Contributor
2 years agoQuartus Prime Lite 22.1 Can't Load Queata in Ubuntu 22.
I have already installed Quartus Prime Lite 22.1 on Ubuntu 22. It works fine but when I want to start simulation from: "Tools -> Run Simulation Tool -> RTL Simulation" nothing happens. I have alread...
- 2 years ago
I have found the solution, based on the following topic:
Just right click on the Quartus Prime launcher on desktop and open it with a text editor, then modify the "Exec=..." line as follows:
Exec= env LM_LICENSE_FILE=<path_to_Questa_licence_file> <path_to_Quartus_Prime>/intelFPGA_lite/22.1std/quartus/bin/quartus --64bit
Note that just the red part is added inside the existing code. In my case this line is as:
Exec=env LM_LICENSE_FILE=/home/amir/Softs/intelFPGA_lite/22.1std/licenses/LR-121951_License.dat /home/amir/Softs/intelFPGA_lite/22.1std/quartus/bin/quartus --64bit
then Save the launcher file. This way the issue is fixed.