Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThe nios cpu always does 32bit master accesses, so if your slave is narrower than 32bits a 'bus width adapter' is added - that converts the single 32bit cycle into 2 or 4 cycles with the approprate byte enables asserted.
Moreover the nios always asserts all 4 byte enables on reads. You really are better off writing a 32bit wide slave.