verilog语言的问题

来源:百度知道 编辑:UC知道 时间:2024/07/08 02:34:05
在我用quartus编译时候出来这样的警告
Warning: Found pins functioning as undefined clocks and/or memory enables
Info: Assuming node "clk" is an undefined clock

在时间仿真时出现这样的错误
Error: Can't continue timing simulation because delay annotation information for design is missing
这些都是什么原因啊,我一直查不出来的,如果用功能仿真是可以仿真成功的。
望高手指教
文件包在这http://ishare.iask.sina.com.cn/cgi-bin/fileid.cgi?fileid=4507226 名字为display_60cnt的文件包

你的时钟没有加上去,让quartus检测到这个时钟
如果是从晶振过去的时钟信号 记得在经过的途中不要有latch
不要对时钟进行任何逻辑操作

quartus很敏感的

看看你的程序

你没定义时钟?还是你的系统始终没连上?