Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe pio data register access is always 32 bits. If your PIO is 5 bits wide, then the 27 most significant bits will be 0 when you read and ignored when you write. Just use the low 5 bits.
The pio data register access is always 32 bits. If your PIO is 5 bits wide, then the 27 most significant bits will be 0 when you read and ignored when you write. Just use the low 5 bits.