Modelsim 仿真错误集锦
Posted 571328401-
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Modelsim 仿真错误集锦相关的知识,希望对你有一定的参考价值。
1、Module ‘count‘ does not have a timeunit/timeprecision specification in effect, but other modules do
我仿真时出现这个错误是因为在源码中我加了 #1,在源码的module前面没有加 `timescale 1ns/1ps,导致的,如下图所示:
以上是关于Modelsim 仿真错误集锦的主要内容,如果未能解决你的问题,请参考以下文章
FPGA用,modelsim 仿真时总是出现错误,下面是错误原因,请各位大牛指教