Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to implement open collector logic in VHDL?

Status
Not open for further replies.

yamaha

Member level 1
Member level 1
Joined
Jan 31, 2007
Messages
38
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,288
Activity points
1,495
hi

how to implement open collector logic in VHDL,

regards
yam
 

dk614nd

Advanced Member level 4
Full Member level 1
Joined
Aug 8, 2006
Messages
106
Helped
46
Reputation
92
Reaction score
17
Trophy points
1,298
Activity points
1,996
Re: Open collector

use and gate
 

    yamaha

    Points: 2
    Helpful Answer Positive Rating

tkbits

Full Member level 5
Full Member level 5
Joined
Dec 4, 2004
Messages
242
Helped
39
Reputation
78
Reaction score
2
Trophy points
1,298
Activity points
2,209
Re: Open collector

If you're interfacing to an external connection that requires open collector characteristics (e.g., PS/2 interface), then you can simulate open collector buffers with 3-state buffers:

out_signal <= '0' when in_signal = '0' else 'Z';
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Top