Forum Discussion
Hello,
I too had the same issue on a fresh install of Quartus Prime 22.1std.0. I think I figured out why it is happening. In one of the tcl files, there is an erroneous double quote which, when removed, allows me to successfully launch Questa from Quartus.
For me, I have Quartus installed in the default location, so when I navigate to "C:\intelFPGA_lite\22.1std\quartus\common\tcl\internal\nativelink" there is a file called qnativelinkflow.tcl .Open that file and go to line 122 which should say 'set questa_installation "$questa_fse_drectory'. Remove the double double quote and try launching the simulation from Quartus again. That worked for me.
- Matt
- RichardT_altera3 years ago
Super Contributor
That's interesting. @temp1234 Could you check if this help to resolve your issue?
Regards,
Richard Tan
- MaddogBattie3 years ago
New Contributor
Thanks - this fixed it for me.
- Thanatus2 years ago
New Contributor
Thanks @MJack3 . It works for me.!
But, I have other issue and maybe you can help me.
I'm encountering an issue when attempting to run an RTL simulation using the path "Tool - Run simulation tool - RTL simulation." I received the following error message: "Unable to checkout a license. Please ensure that your license file environment variable (e.g., LM_LICENSE_FILE) is correctly set, and then run 'Imutil Imdiag' to diagnose the problem." How can I resolve this issue?
Thanks!