Forum Discussion
Altera_Forum
Honored Contributor
14 years agoPIO Direction
hi all, I am using bidirectional pio for my design.Can some one tell me how to set the directions. I am using IOWR_ALTERA_AVALON_PIO_DIRECTION(PIO_DATA_BASE, 0); for using pio as output...
Altera_Forum
Honored Contributor
9 years agoI have almost the same problem.
I created a component in Qsys with 3 differently Conduits (sd_clk, sd_cmd and sd_dat) and for this component I have just one Base. How can I use the function IOWR_ALTERA_AVALON_PIO_DIRECTION(component_base, _____) to write output and input for each of the conduits? Does anyone have an idea? Thank a lot in advance!!!