I am working on a project that requires a large number of bidirectional GPIO pins so I have to use EMIO instead of MIO to get access to the FMC Carrier Card PMOD pins.
I have GPIO output working on the EMIO pins by setting the GPIO_O port as external and configuring the sites in Implemented Design.
But how can I make the pins bidirectional? The PS block doesn't have a GPIO_Bidirectional port.