Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

Questa Naivelink Error

HKubota
Beginner
883 Views

After this process

Re: Error while trying to run Questa simulator - Intel Communities

I have new following Error message.

Please tell me how to do no error.

 

Best regard

 

Info: Starting NativeLink simulation with Questa Intel FPGA software
Sourced NativeLink script c:/intelfpga_lite/22.1std/quartus/common/tcl/internal/nativelink/modelsim.tcl
invalid bareword "file"
in expression "file isdirectory $questa_f...";
should be "$file" or "{file}" or "file(...)" or ...
Error: NativeLink simulation flow was NOT successful

 

================The following additional information is provided to help identify the cause of error while running nativelink scripts=================
Nativelink TCL script failed with errorCode: TCL PARSE EXPR BAREWORD
Nativelink TCL script failed with errorInfo: invalid bareword "file"
in expression "file isdirectory $questa_f...";
should be "$file" or "{file}" or "file(...)" or ...
(parsing expression "file isdirectory $ques...")
invoked from within
"if {file isdirectory $questa_fe_directory} {
set questa_installation $questa_fe_directory
set found_a_questa_installation 1
} else {
..."
(procedure "find_a_questa_oem_installation" line 16)
invoked from within
"find_a_questa_oem_installation questa_installation"
invoked from within
"if [ catch { set install_path_from_registry [registry get "HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Intel Corporation\\Quartus Prime\\$quartus_versi..."
invoked from within
"if [ catch { set install_path_from_registry [registry get "HKEY_LOCAL_MACHINE\\SOFTWARE\\Intel Corporation\\Quartus Prime\\$quartus_version" "Questa I..."
(procedure "resolve_tool_path" line 102)
invoked from within
"resolve_tool_path "sim" "vsim" $args_hash(qsf_sim_tool)"
(procedure "launch_sim" line 29)
invoked from within
"launch_sim launch_args_hash"
("eval" body line 1)
invoked from within
"eval launch_sim launch_args_hash"
invoked from within
"if [ info exists ::errorCode ] {
set savedCode $::errorCode
set savedInfo $::errorInfo
error $result $..."
invoked from within
"if [catch {eval launch_sim launch_args_hash} result ] {
set status 1
if [ info exists ::errorCode ] {
set save..."
(procedure "run_sim" line 74)
invoked from within
"run_sim run_sim_args_hash"
invoked from within
"if [ info exists ::errorCode ] {
set savedCode $::errorCode
set savedInfo $::errorInfo
error "$result" $savedInfo ..."
(procedure "run_eda_simulation_tool" line 334)
invoked from within
"run_eda_simulation_tool eda_opts_hash"

 

 

 

 

 

0 Kudos
2 Replies
ShengN_Intel
Employee
854 Views

Hi,

 

I tested the nativelink without any problem check image below:

Screenshot 2023-02-01 132038.png

Assignments -> Settings -> EDA Tool Settings -> Simulation (image below):

Screenshot 2023-02-01 132122.png

Go to Tools -> Options -> EDA Tool Options -> Questa Intel FPGA and specify the paths:

<quartus_installdir>/questa_fe/bin (Linux)

<quartus_installdir>\questa_fe\win64 (Windows)

 

Make sure using compatible Questa FPGA Edition. And also proper license setup check this link https://www.intel.com/content/www/us/en/docs/programmable/683472/22-4/and-software-license.html

 

PC Operating System:

Edition Windows 11 Enterprise
Version 21H2
Installed on ‎12/‎13/‎2022
OS build 22000.1455
Experience Windows Feature Experience Pack 1000.22000.1455.0

 

Thanks,

Best regards,

Sheng

p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.

 

0 Kudos
ShengN_Intel
Employee
819 Views

Hi,


Do you have any further concern or update on this thread?


Thanks,

Best regards,

Sheng

p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.


0 Kudos
Reply