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 仿真错误集锦的主要内容,如果未能解决你的问题,请参考以下文章