hjchen 发表于 2011-11-9 09:27:01

新手求助

之前用modelsim编写了2选1多路器,并且仿真成功。但在用quartus时在编译过程中遇到如下错误:
Error: Can't compile duplicate declarations of entity "muxtop_top" into library "work"
        Error: Instance could be entity "muxtop_top" in file muxtop_top.v
        Error: Instance could be entity "muxtop_top" in file muxtop_top.bdf
library我在之前就定义为RTLsim了,不明白它什么意思?谢谢高手

jahero 发表于 2011-11-9 20:03:53

你把muxtop_top.v或muxtop_top.bdf其中之一 移除工程,即可

jahero 发表于 2011-11-9 20:03:55

你把muxtop_top.v或muxtop_top.bdf其中之一 移除工程,即可

hjchen 发表于 2011-11-11 11:01:56

非常谢谢!
页: [1]
查看完整版本: 新手求助