Forum Discussion

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

Intel FPGA Edition SIM ERROR vopt-14408

There comes an simulation error :

Error (suppressible): (vopt-14408) Intel FPGA Edition recommended capacity is 5000 non-OEM instances.

I want to know how to solve it and make my simulation running.

I remember we can suppress this error to make it work, however , when I use this one vsim -suppress 14408, there is no change.

when I use this command, the transcript shows:

vsim -suppress 14408
# No design specified

If you can tell me the solution, I will really thanks!

3 Replies

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

    Hi,


    Regarding the "vsim -suppress 14408" command, this command only suppresses the display of the error message in the transcript. Additionally, you need to specify the top-level design module you want to simulate after the vsim command. For an example:

    vsim -suppress 14408 -t 1ps -L altera_ver -L lpm_ver -L sgate_ver -L altera_mf_ver -L altera_lnsim_ver -L maxii_ver -L rtl_work -L work half_adder_tb


    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.


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

      Thanks you Sheng, I got the same issue, but could be soloved after using your "suppress" command! It works!

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

    Hi,


    Does your problem being resolved?

    Let me know if any further update or concern.


    Thanks,

    Best Regards,

    Sheng