Forum Discussion
Altera_Forum
Honored Contributor
14 years agoAvalon always uses byte addressing, even for 32bit data slaves.
So you must discard address[0] and address[1] if your ssram only supports 32bit addressing. I also suggest to use uncached access (set the 32th bit of buffer) in order to prevent cpu fetching data from cache instead of actually reading back rom ssram. Anyway I think this is not your problem now.