管脚三态问题

2020-02-24 20:23发布

QUARTUS编译产生如下警告:
Warning (18029): Output pin "_subnet_pin_115" driven by bidirectional pin "sram_bus[10]" cannot be tri-stated.
有以下帮助是这么说的:CAUSE:The specified output pin is driven by both the specified bidirectional pin and tri-stated logic. However, the current device does not support a tri-stated output pin. When the output pin is not driven by either the logic or the bidirectional pin, its output value is undefined.ACTION:If the output pin is always driven by either the logic or the bidirectional pin, no action is required. Otherwise, insert an extra tri-state buffer before the output pin.
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
4条回答
god_of_death
1楼-- · 2020-02-25 00:11
请问问题解决了吗
xiamingmin163
2楼-- · 2020-02-25 00:49
你这个双向端口在作为输入的时候先要置成三态,然后再输入,输出的时候直接输出即可,这个不知道你代码是否处理得当。。。
habc987
3楼-- · 2020-02-25 06:37
输出管脚不能用output,是bidir
Magina_xm
4楼-- · 2020-02-25 07:59
habc987 发表于 2013-11-19 15:08
输出管脚不能用output,是bidir

可以详细的说一下吗?我也遇到了类似的问题

一周热门 更多>