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

Bidirectional pin

Altera_Forum
Honored Contributor II
1,154 Views

Hi :) 

 

I've heard that integrating bidirectional pins for an FPGA device is expensive. 

Is there any way that I would know how many inout pins supported for an FPGA chip?
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
423 Views

What exactly do you mean by expensive? the pins on the chips all have IO buffers to allow bidirectional ports, and so are essentially "free". 

 

But you should never have bidirectional ports inside the logic of the FPGA as there are none inside the device, and so any in your code will be converted to muxes.
0 Kudos
Altera_Forum
Honored Contributor II
423 Views

I meant to build a bidirectional pin was expensive. I mistook the FPGA with a PIC or assemble chip :P  

Anyway, you made things clear for me now. 

 

Thanks Tricky :)
0 Kudos
Reply