Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
664 Discussions

Intel FPGA Edition SIM ERROR vopt-14408

TxLy123
Beginner
1,172 Views

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!

0 Kudos
3 Replies
ShengN_Intel
Employee
1,140 Views

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.


0 Kudos
Eric_Liu
Beginner
301 Views

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

0 Kudos
ShengN_Intel
Employee
1,107 Views

Hi,


Does your problem being resolved?

Let me know if any further update or concern.


Thanks,

Best Regards,

Sheng


0 Kudos
Reply