阅读:2194回复:6
关于EPM7000S系列和acex1K系列配置open-drain pin的问题?
对于output好像没有什么问题,但对于BIDIR类型呢?如何配置为open-drain模式,有没有大侠用过呀?谢谢请讲一下或给个范例!
|
|
沙发#
发布于:2003-08-13 17:43
When you use an OPNDRN buffer, you must observe the following rules in addition to the rules listed in Primitive/Port Interconnections:
An OPNDRN buffer may drive only one BIDIR or BIDIRC pin. You must use a BIDIR or BIDIRC pin if feedback is included after the OPNDRN buffer. If an OPNDRN buffer feeds logic, it must also feed a BIDIR or BIDIRC pin. If it feeds a BIDIR or BIDIRC pin, it may not feed any other outputs. 这个怎么理解? |
|
板凳#
发布于:2003-08-14 08:40
在进程外面,定义了一个三态门输出,以下是赋值语句
tri_out<=zhi1 when condition1=\'1\' else zhi2 when condition2=\'1\' else \'z\'; 就可以定义三态输出了 |
|
地板#
发布于:2003-08-18 08:39
在进程外面,定义了一个三态门输出,以下是赋值语句 能不能具体一点?谢谢! |
|
地下室#
发布于:2003-08-18 12:55
如果是bidir,要想正常读写,需用2个3态门
这两个3态门方向相反,分别处理IN、OUT方向 平时要处于3态 |
|
|
5楼#
发布于:2003-08-18 13:03
a输出到y ,ctrl_0为高,ctrl_1为低
y输出到a ,ctrl_0为低,ctrl_1为高 平时ctrl_0为低、ctrl_1为低 |
|
|
6楼#
发布于:2003-08-18 13:20
to atuhappy:
非常感谢! |
|