Quartus常见错误.docVIP

  • 291
  • 0
  • 约1.6万字
  • 约 12页
  • 2016-03-27 发布于湖北
  • 举报
Quartus常见错误看看警告:it conflicts with Quartus II primitive name,实体名和QUARTUS的保留字冲突,楼主把实体名改一下就行了。有很多这种名字都不能乱起的 比如or2 and2 啥的。为什么还提示“Error: Top-level design entity and2 is undefined” library ieee; use ieee.std_logic_1164.all; entity and2 is port(a,b:in std_logic; ? ???yut std_logic); end and2; architecture and2_1 of and2 is begin y=a nand b; end and2_1; 在设置里已经设定top-level entity为and2了 怎么还是报错啊! 标题:关于quartus中模块的引用 2009-05-27 17:10:35 quartus中一个工程中可包含一个顶层模块,多个子模块,通过顶层模块引用子模块。 1:顶层模块的实体名必须与建立工程时的实体名一致,否则编译时会出错,如下 Error: Top-level design entity AND is undefined 2,多个实体文件建立后在quartus界面左边的工程文件夹中找到要作为顶层文件的

文档评论(0)

1亿VIP精品文档

相关文档