Fuad1
New Contributor
2 years agoCan't launch Questa from Quartus
I just installed Quartus (Lite edition) and Questa (starter edition). And Quartus is able to compile a small project, but when I try to launch Questa (Tools->Run Simulation Tool->RTL Simulation), I g...
- 2 years ago
This is a known issue in Quartus lite 22.1. So you will need add a double quote on line 122 in the qnativelinkflow.tcl file located at the <Intel® Quartus® Installation Path>/quartus/common/tcl/internal/nativelink directory.
From this :
set questa_installation "$questa_fse_directory
To:
set questa_installation "$questa_fse_directory"
Another forum thread with same issue: