Forum Discussion
Altera_Forum
Honored Contributor
14 years agoSRAM Addressing in QSYS
Hello I'm using a DE2-115 board with 2 MB SRAM (Address width 20. Data width 16). I used Qsys "Generic tri state controller" to attach the memory to the NIOS processor. Problem: How to acc...
Altera_Forum
Honored Contributor
14 years agofinally I foud the answare my self:
set address width to 21 in generic tri state controller and detach the less significant bit (bit 0) from the sram addr bus.