Forum Discussion

TrineSYS's avatar
TrineSYS
Icon for New Contributor rankNew Contributor
3 years ago

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

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.

11 Replies

  • mmoctar's avatar
    mmoctar
    Icon for New Contributor rankNew Contributor

    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,

    • seagull's avatar
      seagull
      Icon for New Contributor rankNew Contributor

      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.

  • SyafieqS's avatar
    SyafieqS
    Icon for Super Contributor rankSuper Contributor

    Make sure to check the license path in env variable.

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



    • TrineSYS's avatar
      TrineSYS
      Icon for New Contributor rankNew Contributor

      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's avatar
    SyafieqS
    Icon for Super Contributor rankSuper Contributor

    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's avatar
      TrineSYS
      Icon for New Contributor rankNew Contributor

      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.

  • SyafieqS's avatar
    SyafieqS
    Icon for Super Contributor rankSuper Contributor

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


  • SyafieqS's avatar
    SyafieqS
    Icon for Super Contributor rankSuper Contributor

    Let me know if there is any update from previous reply


  • RLand's avatar
    RLand
    Icon for New Contributor rankNew Contributor

    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's avatar
    hdubb
    Icon for New Contributor rankNew Contributor

    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?