- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Make sure to check the license path in env variable.
To set it properly sometimes all this minor can cause hard time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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'
Also, here is the end of the license file where the Questasim licensing has been included.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just for sanity check, if you are using free license, specify it correctly, does Questa able to launch? Questa Starter Edition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Let me know if there is any update from previous reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
Any insights on what might be going on?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page