Forum Discussion
Fjato
New Contributor
6 years agoHow do I use PIO which is configured as InOut?
Hi, For a Cyclone V project I configured a PIO as InOut with a width of 1 bit in Qsys. Unfortunately I am not quite sure how to use the PIO to write and read data. So, which value do I need to write...
sstrell
Super Contributor
6 years agoAs the guide you pointed to states, you have to set direction in the direction register and then read or write the data register depending on the direction.
#iwork4intel