Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHow does the RTL look:
Bidirectional pins need to be defined in the RTL for the pin-planner to connect them properly. IE: for verilog they would be defined some like: ... inout [15:0] GPIO_0, ... assign GPIO_0 = OE_logic_c ? GPIO_r : 'bz; // Tristates the outputs, sets direction as input ...