Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

Bidir pins together ?

Altera_Forum
Honored Contributor II
1,611 Views

Hi, 

I'm currently trying to connect two bidir pins together in a schematic with quartus (as you can see on the picture) 

but, i don't why, i get this error : BIDIR pin "xxx" feeds BIDIR pin "yyy" 

maybe i should put something between my two bidir ?  

but which component because I only need (must have) a wire 

Thanks in advance
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
504 Views

you can't do that. without control logic, should a pin be input or output ?? in which directions should the sinal flow be from left to right or vice versa ? 

you need to control that with an output enable
0 Kudos
Altera_Forum
Honored Contributor II
504 Views

Each bidir pin must be driven by a tri-state driver.

0 Kudos
Reply