没有gnerate pins for symbol ports怎么办
答案:1 悬赏:70 手机版
解决时间 2021-01-27 14:45
- 提问者网友:骑士
- 2021-01-27 11:56
没有gnerate pins for symbol ports怎么办
最佳答案
- 五星知识达人网友:神鬼未生
- 2021-01-27 12:34
,我在用原理图进行NIOSII 硬件部分编程的时候也遇到了这样的问题,现在已经解决了。
官方的解释是:
This is due to a mismatch between the label on a bus and the pin that it is connecting to. For example, if a bus has the label A[8..0] (9-bits wide), and the pin has the label A[7..0] ( 8 bits wide), this error will be generated. This also happens if you use a single dimensional bus label where a multi-dimensional bus label is required, or vice-versa.
大意就是说你的IO口名称(就是原理图中你自己能修改的那个名字)和芯片内的IO口定义的数据宽度不等。经过检查发现NIOSII在原理图设计中使用自动IO生成功能(Generate Pins for symbol ports)时,若模块复杂则会错位,也就是说你的下一个IO口实际上搭到了上一个IO口上,这样不报错才怪。我的解决方法把模块和IO之间的连线全部删掉,然后再手动连起来。重新配置管脚后编译通过
官方的解释是:
This is due to a mismatch between the label on a bus and the pin that it is connecting to. For example, if a bus has the label A[8..0] (9-bits wide), and the pin has the label A[7..0] ( 8 bits wide), this error will be generated. This also happens if you use a single dimensional bus label where a multi-dimensional bus label is required, or vice-versa.
大意就是说你的IO口名称(就是原理图中你自己能修改的那个名字)和芯片内的IO口定义的数据宽度不等。经过检查发现NIOSII在原理图设计中使用自动IO生成功能(Generate Pins for symbol ports)时,若模块复杂则会错位,也就是说你的下一个IO口实际上搭到了上一个IO口上,这样不报错才怪。我的解决方法把模块和IO之间的连线全部删掉,然后再手动连起来。重新配置管脚后编译通过
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯