|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
使用QII 常犯的错误你知道几个 ' g, s% ^7 h) b8 i
# c& e! d/ ?2 v
1) QuartusII对代码进行时序仿真时出现Error: Can't continue timing simulation because delay annotation information for design is missing.
9 u* j5 } `" G" g3 a( J原因:如果只需要进行功能仿真,不全编译也是可以进行下去的,但时序仿真就必须进行全编译(即工具栏上的紫色实心三角符号那项)。全仿真包括四个模块:综合器(Synthesis)、电路装配器(Fitter)、组装器(Assember)和时序分析器(Timing Analyzer),任务窗格中会有成功标志(对号)。7 ~' r& s8 z6 U
2) 在下载运行的时候,出现下面的错误:5 ^/ a C, \6 [2 v
Warning: The JTAG cable you are using is not supported for Nios II systems.
, Q' d; w2 D# ~, d9 {2 q) dYou may experience intermittent JTAG communicationfailures with this cable. Please use a USB Blaster revision B." A: l: W4 s% z( y( B2 g
在运行之前已经将.sof文件下载到开发板上面了,但是依然出现上面的问题。3 B4 H! \. E, ~- M
解决:在配置的时候,在run之后,进行配置,选择target connection,在最后一项:NIOS II Terminal Communication Device中,要选择none(不要是Jtag_uart)如果采用USB Blaster,可以选择Jtag_uart。之后再run就ok了!
* d7 M6 ~3 d) Z W3)Error: Can't compile duplicate declarations of entity "count3" into library "work"
) ~) {3 o- M. H9 T- A+ U2 b, W6 n此错误一般是原理图文件的名字和图中一个器件的名字重复所致,所以更改原理图文件的名字保存即可。
0 g3 o2 M3 \ L& T+ e" p% W
3 u" O Q; f0 F$ u8 R S( F8 i" ?9 ^
|
|