Search code examples
intelfpgamodelsimintel-fpga

Modelsim Warning: (vlog-2083) <protected>(<protected>): Carriage return (0x0D) is not followed by a newline (0x0A)


I'm getting this warnings, that are very annoying because it floods all the transcript, and I don't know why they appear just after "loading/running" the file C:/intelfpga_pro/18.0/quartus/eda/sim_lib/mentor/twentynm_hssi_atoms_ncrypt.v -work twentynm_hssi

How can I get rid of this warnings?

In the original Intel forum post is attached the full transcript:

https://forums.intel.com/s/question/0D50P000040wKRoSAM/modelsim-warning-vlog2083-protectedprotected-carriage-return-0x0d-is-not-followed-by-a-newline-0x0a

thanks


Solution

  • I have answer from Mentor,

    the problem, as Peter Cordes said, is the \r alone but this happens inside the protected compiled code, so only intel can solve this warning.

    Meanwhile I can suppress this warning by adding the “-suppress 2083” in the vlog line.

    Thanks