Forum Discussion
RichardT_altera
Super Contributor
3 years agoHi,
Do you able to resolve the issue based on the solution provided by the community?
Regards,
Richard Tan
NickWilliams
Occasional Contributor
3 years agoI also had this problem; please escalate this as a fault with the Quartus engineering team. It's very clearly a bug in the TCL code that would affect any attempt to launch Questa FSE from the menu in 22.1/Lite version of the product.
nhw@MBP16:/mnt/c/intelFPGA_lite/22.1std/quartus/common/tcl/internal/nativelink$ diff -c qnativelinkflow.tcl.old qnativelinkflow.tcl
*** qnativelinkflow.tcl.old 2022-12-07 15:38:42.897669900 -0500
--- qnativelinkflow.tcl 2022-12-07 15:39:35.472632200 -0500
***************
*** 119,125 ****
} else {
set questa_fse_directory "$quartus_path/../questa_fse"
if {[file isdirectory $questa_fse_directory]} {
! set questa_installation "$questa_fse_directory
set found_a_questa_installation 1
}
}
--- 119,125 ----
} else {
set questa_fse_directory "$quartus_path/../questa_fse"
if {[file isdirectory $questa_fse_directory]} {
! set questa_installation "$questa_fse_directory"
set found_a_questa_installation 1
}
}