Forum Discussion
SKACH2
New Contributor
7 years agoIs it possible to read using Avalon bus one fixed address from 32-bit slave using 64-bit master
Hi, There is a Qsys system that includes a Nios II processor, on-chip memory with a 64-bit bus, a DMA component with a 64-bit bus and two components essentially containing just a sequence of registe...
sstrell
Super Contributor
7 years agoThe 64-bit master will always perform a 64-bit read, requiring 2 32-bit reads from the slave. Use byte enables or just vector slicing to select the correct data to read.
#iwork4intel