Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
Ask Question
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
–
–
–
–
This looks like a Modelsim SE 10.7 issue as Modelsim 10.2c (which I still have) compiles the file without any issues.
H:\Vendors>vlog H:\Vendors\intelFPGA\18.0\quartus\eda\sim_lib\mentor\twentynm_hssi_atoms_ncrypt.v
Model Technology ModelSim DE vlog 10.2c Compiler 2013.07 Jul 18 2013
Top level modules:
So you could try an older version of Modelsim SE and report this bug to Mentor (it also fails with Questa 10.7b).
Good luck,
Hans.
–
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
Thanks for contributing an answer to Stack Overflow!
-
Please be sure to
answer the question
. Provide details and share your research!
But
avoid
…
-
Asking for help, clarification, or responding to other answers.
-
Making statements based on opinion; back them up with references or personal experience.
To learn more, see our
tips on writing great answers
.