Altera_Forum
Honored Contributor
11 years agoBidirectional pin
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?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?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.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 :)