我是靠谱客的博主 务实小松鼠,最近开发中收集的这篇文章主要介绍modelsim仿真错误,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

1,** Error: E:QuartusProjecttop_down_ledledsimled_flow.v(20): near "EOF": syntax error, unexpected end of source code

译为“EOF”附近:语法错误,源代码意外结束。加endmodule后OK。

2.Error: Top-level design entity "test" is undefined
原因:顶层模块的module名没有和工程名同名

解决方法:把顶层模块 module名改成和工程名同名

3.# ** Error: E:/Quartus/Project/fifo/sim/fifo.v(30): (vopt-2133) Instantiating 'wr_fifo' has exceeded the recursion depth limit of 200.

# ** Error: E:/Quartus/Project/fifo/sim/fifo.v(39): (vopt-2133) Instantiating 'rd_fifo' has exceeded the recursion depth limit of 200.

# ** Error: E:/Quartus/Project/fifo/sim/fifo.v(56): (vopt-2133) Instantiating 'fifo_inst' has exceeded the recursion depth limit of 200.

原因:实例化时模块模块名不对,程序中fifo fifo_inst 但由于实际上生成fifo时模块名为my_fifo,改为my_fifo my_fifo_inst后仿真正常

最后

以上就是务实小松鼠为你收集整理的modelsim仿真错误的全部内容,希望文章能够帮你解决modelsim仿真错误所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(37)

评论列表共有 0 条评论

立即
投稿
返回
顶部