Intel® FPGA Software Installation & Licensing
Installation and Licensing that’s includes Intel Quartus® Prime software, ModelSim* - Intel FPGA Edition software, Nios® II Embedded Design Suite on Windows or Linux operating systems.
1342 ディスカッション

Can't launch Questa Intel FPGA Simulation software...

TrineSYS
ビギナー
8,882件の閲覧回数

make sure the software is properly installed and the environment variable LM_LICENSE_FILE or MGLS_LICENSE_FILE points to the correct license file.

 

The env variable is set correctly.  Path is set.  Have licensing for either QuestaSim or Starter edition.  Error happens with either installed.  Previously worked when ModelSim licensing was not expired and utilized, so I know the server with the license file is set (firewall-wise).  Also tried editing .tcl mentioned in other posts to remove double-quotes or to add additional at end of line 122 without either affecting outcome.  Completely lost as to getting this work.  Needing for programming class at higher-ed lab.

 

Using Quartus Prime Standard Edition, (currently with Intel FPGA QuestaSim) - license expiring SEPT 2024.

ラベル(1)
0 件の賞賛
11 返答(返信)
SyafieqS
従業員
8,823件の閲覧回数

Make sure to check the license path in env variable.

To set it properly sometimes all this minor can cause hard time.



TrineSYS
ビギナー
8,807件の閲覧回数

Thanks for the reply on checking the license path environment variable.  The path is set correctly (hasn't changed actually).  Additionally, other portions of the licensing file is read and seen within the app when going into the 'License Setup' area.  Only have an indication of licensing issue when trying to run simulation.  Only thing changed from prior year was that we replaced ModelSim with QuestaSim due to ModelSim being EOL and no longer able to renew the University academic licensing.

SyafieqS
従業員
8,789件の閲覧回数

Did you have any Questa license? if you used paid one, you need license, if you use free one also need license which can be generated in sslc. Please verify that since the message is pointing to licensing


TrineSYS
ビギナー
8,776件の閲覧回数

This is just a snip of the initial part of the license file.  For giggles I have both the Starter edition and the Questa Plus version licensed as shown in the product summary.  The other features in the license file are populating within the application as found under 'License Setup'

 

TrineSYS_0-1696335239574.png

Also, here is the end of the license file where the Questasim licensing has been included.

TrineSYS_1-1696335552606.png

 

SyafieqS
従業員
8,741件の閲覧回数

Just for sanity check, if you are using free license, specify it correctly, does Questa able to launch? Questa Starter Edition.


SyafieqS
従業員
8,700件の閲覧回数

Let me know if there is any update from previous reply


c1ron2023
ビギナー
8,508件の閲覧回数

Assuming you have the free licence for Questa Intel FPGA Starter Edition, and you open the simulation from Quartus tools menu:

Quartus > Tools > Options > General > EDA Tool Options > Questa Intel FPGA > C:/intelFPGA_lite/<ed>/questa_fse/win64.

 

 

 

hdubb
ビギナー
8,057件の閲覧回数

I am stuck with the same problem. I have verified c1ron2023's instruction to be true for me and the above sympotoms to be the same as what is going on with my system.

The below is the error I am getting:

hdubb_0-1705117576066.png

 

Any insights on what might be going on?

 

mmoctar
ビギナー
5,229件の閲覧回数

I am using quartus lite 21.1 and intel questa 23.1 under Ubuntu 20.04.6 LTS.

My experience is that the issue may be related to the license file. I solved my issue by modifying the modelsim.tlc located at "../intelFPGA_lite/21.1/quartus/common/tcl/internal/nativelink". I have added the lines between "# begin modif" and "# end modif" in the TCL script.

.....

nl_postmsg info "Info: Spawning $tool Simulation software "

# begin modif
set myLicense "../intelFPGA/23.1std/questa_fse/license/LR-154339_License.dat"
if { [info exists ::env(LM_LICENSE_FILE)] } {
} else {
set ::env(LM_LICENSE_FILE) $myLicense
}

# end modif
if { [catch { exec $msim_exec_exe $msim_exec_option -l msim_transcript -do $msim_do_file_name \&} result ] } {

......

Regards,

justin16
ビギナー
4,626件の閲覧回数
seagull
ビギナー
3,427件の閲覧回数

Thank you!!
This is the only solution that has worked for me. I am using quartus lite and questa 23.1 under Ubuntu 22.04.5 LTS.

返信