问题描述
我正在通过Modelsim运行一些VHDL.每个错误和警告都有其自己的错误代码(这样:(vcom-1292) Slice range direction "downto" specified in slice with prefix of unknown direction.这只是一个示例消息;我理解它的含义.
我假设导师有所有可能的错误代码的列表以及对它们的含义以及如何避免它们的更详细描述.我没有在Modelsim随附的PDF中找到此错误代码,也没有通过Google找到它.有人指针吗?
推荐答案
有一个companim命令,称为verror,带有-all列出所有内容的选项,以及其他选项以进一步检查消息.
其他推荐答案
如果您有兴趣查找有关某个错误的信息,则使用QuestAsim GUI中的Verror命令. Verror 比整个列表要好. :)
问题描述
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?
推荐答案
There is a modelsim command called verror with an -all option to list them all, and other options to inspect the messages further.
其他推荐答案
if you are interested in finding out information about a certain error then use the verror command in the Questasim GUI. verror Better than going through the entire list. :)