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.

About IN-OUT ports in verilog

Status
Not open for further replies.

Selvakumaran_007

Newbie level 3
Newbie level 3
Joined
Mar 12, 2013
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,321
I'm looking to write a code for a bi-directional buffer using verilog, I have a query regarding IN-OUT ports. Are they synthesizable? if so will they produce the required hardware?
 

Yes, they are synthesisable, but only at the top level. tri state buffers on exist within the pins of the device. Using them internally will just convert your code into muxes.

- - - Updated - - -

Yes, they are synthesisable, but only at the top level. tri state buffers on exist within the pins of the device. Using them internally will just convert your code into muxes.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top