实现时出现以下错误:ERROR:ChipScope: One or more invalid signal connections detected.

ISE10.1 实现时出现以下错误:

ERROR:ChipScope: One or more invalid signal connections detected.
ERROR:ChipScope: Double-click the ChipScopeTop.cdc icon in the sources window to edit and fix the CDC project.
ERROR: Chipscope Insertion failed
ChipScope: ChipScope Software Version: 10.1     Build 10100.8.41.772

 

如错误所描述,“ ChipScope: One or more invalid signal connections detected. ”,意思是ChipScope中连接了无效信号……

 

造成此错误是由于我在综合程序后在.cdc文件中对chipscope进行了配置,但后来我修改了程序,没相应修改.cdc文件,然后就进行了实现,于是出现了以上错误。

 

解决方法就是打开cdc文件,对于无效信号会以红色显示的,修改后重新实现即可……

你可能感兴趣的:(ISE&ModelSim使用)