Forum Discussion
Altera_Forum
Honored Contributor
14 years agoExternal SSRAM reading/writing problem
Hello everyone, I want to connect nios core (cyclone ii) to external sram memory (cy7c1380d) but I'm experiencing a problem while reading/writing to/from the memory. For 2MB (data width 32 bit...
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.