Newbie

S

Ste M

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
 
W

Wesley J. Landaker

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';
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,161
Messages
2,570,892
Members
47,428
Latest member
RosalieQui

Latest Threads

Top