Forum Discussion
ShengN_altera
Super Contributor
3 years agoHi,
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
New Contributor
2 years agoThanks you Sheng, I got the same issue, but could be soloved after using your "suppress" command! It works!