|

楼主 |
发表于 2003-9-2 10:14:51
|
显示全部楼层
epm3128atqfp100-10 i/o口使用请教!
OPNDRN Primitive
See Also
Primitives
Primitive/Port Interconnections
Unused Inputs to Primitives, Megafunctions & Macrofunctions
--------------------------------------------------------------------------------
AHDL Function Prototype (port name and order also apply to Verilog HDL):
FUNCTION OPNDRN (in)
RETURNS (out);
VHDL Component Declaration:
COMPONENT OPNDRN
PORT (a_in : IN STD_LOGIC;
a_out: OUT STD_LOGIC);
END COMPONENT;
The OPNDRN primitive is similar to a TRI primitive, with a single input and a single output. An OPNDRN primitive fed by a signal called my_signal is equivalent to a TRI primitive whose output enable input is fed by the complement of my_signal, and whose primary input is fed by a GND primitive.
If the input to the OPNDRN primitive is low, the output will be low. If the input is high, the output will be a high-impedance logic level.
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. You must use a BIDIR pin if feedback is included after the OPNDRN buffer.
If an OPNDRN buffer feeds logic, it must also feed a BIDIR pin. If it feeds a BIDIR pin, it may not feed any other outputs.
bravelu,对于如何直接调用opndrn我还是不明白,请你写个简单的代码好吗?
谢谢
要加上什么其他文件吗?
|
|