Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- You should also make your slave 32bits wide - return 0 to reads for the top 24 bits. The Nios acceses are 32bit (with appropriate byte enables for writes) and logic gets added to generate 4 cycles to an 8bit slave. --- Quote End --- Do You suggest to make all PIO registers ( connected to NIOS II as slaves in QSys ) 32-bits wide even though only several bits are used? What C type variable should then be used? Apparently, unsigned int ?