Newbie

S

Ste M

Guest
Hi group,
i'm developing with Xilinx ISE 5.2 for a xc9572.
I need to impement a simple buffer open collector but i don't know how.
I found a BUF component but i don't think this is the good choice.

Any idea ?
Regards
--
Stefano M
 
On Friday 23 July 2004 07:19, in comp.lang.vhdl, Ste M wrote:

Hi group,
i'm developing with Xilinx ISE 5.2 for a xc9572.
I need to impement a simple buffer open collector but i don't know how.
I found a BUF component but i don't think this is the good choice.
If you're instantiating components, you probably want to use an OBUFT.

This link might help:
<http://toolbox.xilinx.com/docsan/xilinx5/data/docs/lib/lib0319_303.html#wp1001394>

You can usually infer this kind of behavior in VHDL with something like:

open_collector_pin <= '0' when (desired_value = '0') else 'Z';

--
Wesley J. Landaker <wjl@icecavern.net>
OpenPGP FP: 4135 2A3B 4726 ACC5 9094 0097 F0A9 8A4C 4CD6 E3D2
 
"Ste M" <xxx@hotmail.com> wrote in message
news:cdr380$gu5$1@balena.cs.interbusiness.it...
Hi group,
i'm developing with Xilinx ISE 5.2 for a xc9572.
I need to impement a simple buffer open collector but i don't know how.
I found a BUF component but i don't think this is the good choice.


http://www.xilinx.com/xlnx/xil_ans_display.jsp?getPagePath=1651

Leon
 
On Friday 23 July 2004 09:37, in comp.lang.vhdl, Leon Heller wrote:

"Ste M" <xxx@hotmail.com> wrote in message
news:cdr380$gu5$1@balena.cs.interbusiness.it...
Hi group,
i'm developing with Xilinx ISE 5.2 for a xc9572.
I need to impement a simple buffer open collector but i don't know how.
I found a BUF component but i don't think this is the good choice.



http://www.xilinx.com/xlnx/xil_ans_display.jsp?getPagePath=1651
(Oddly enough, the sample HDL on that page doesn't match the schematic--the
sense of the enable is inverted.)

--
Wesley J. Landaker <wjl@icecavern.net>
OpenPGP FP: 4135 2A3B 4726 ACC5 9094 0097 F0A9 8A4C 4CD6 E3D2
 

Welcome to EDABoard.com

Sponsor

Back
Top