- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 get a NativeLink error, pointing me to a nativelink_simulation rpt file, the rpt file says that the c:/intelfpga_lite/22.1std/quartus/common/tcl/internal/nativelink/modelsim.tcl is missing but it is not. It is in the correct location. attached is the rpt file. Please advise on how to solve the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you. the problem is solved using the solution that you suggested.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for acknowledge the solution provided.
I’m glad that your question has been addressed, I now transition this thread to community support.
Best Regards,
Richard Tan

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page