Forum Discussion
Altera_Forum
Honored Contributor
16 years agoWhy PIO does not follow addressing rules ?
I am currently designing a custom peripheral and I have some problems with the data width. My peripheral is 8-bit data width and I would like that the access to a register takes place in the same man...
Altera_Forum
Honored Contributor
16 years agoThe PIO actually has a 32-bit avalon interface regardless of how many bits you specify the PIO to be. The simplest thing for you to do is to make your custom peripheral have a 32 bit data bus, even if you're not using all of it.
Jake