我是靠谱客的博主 务实小松鼠,这篇文章主要介绍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仿真错误内容请搜索靠谱客的其他文章。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部