Forum Discussion
Altera_Forum
Honored Contributor
8 years ago--config(x,x,0) = out (fpga => gpio)
--config(x,x,1) = in (fpga <= gpio) --config(x,x,2) = constant low (pin) --config(x,x,3) = high-Z (pin) these are the config rules I used. And this program is pinconfiguration of the FPGA TO GPIO and GPIO TO FPGA. ALTBIO (Bidirectional buffer) I used here. And I am trying to develop the module for FPGA to configure faster and run faster. But I could not able to see expected output in model sim.