Quartus13.1全编译出现引脚错误(神级bug)
BUG现象:分配完管脚后全编译出现如下错误。
Error (171172):Detected confilicting assignments for the following nodes.
Error (171173):Node mosi1_io from partition Top cannot preserve previous placement at PIN 191 and honor the location
解决方式:
原因是软件的问题,
修改引脚配置的时候top文件没有修改就默认为冲突,只需要在top文件任意修改一个地方,加一个空格之类,然后保存然后再编译就可以通过。
什么鬼bug。。。。。
以上。