Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a definitive list of the ModelSim error codes?

I am running some VHDL through ModelSim. Each error and warning has its own error code (like this: (vcom-1292) Slice range direction "downto" specified in slice with prefix of unknown direction. This is just an example message; I understand what it means.

I assume that Mentor has a list of all possible error codes and a more elaborate description of what they mean, and how to avoid them. I did not find this error code in the PDFs that come with ModelSim, nor did I find it through Google. Any pointers anybody?

like image 791
Philippe Avatar asked Jan 20 '11 16:01

Philippe


People also ask

How do I fix error loading design in modelsim?

I resolved it by right clicking on the specific library and clicking "refresh". Then, I recompiled and restarted simulation, and it worked.

What is vopt in modelsim?

vmap. defines a mapping between a logical library name and a directory. vopt. produces an optimized version of your design.

How do I delete a transcript on modelsim?

You have the option of clearing the transcript (File > Clear Transcript) if you don't want to save the entire command history. To save the contents of the transcript select File > Save Transcript As from the Main menu.


1 Answers

There is a modelsim command called verror with an -all option to list them all, and other options to inspect the messages further.

like image 182
Jan Decaluwe Avatar answered Oct 17 '22 10:10

Jan Decaluwe