Forum Discussion
Altera_Forum
Honored Contributor
16 years agoWhy I can't see SRAM when selecting reset&exception memory location?
My board has a SRAM on it. So I tried to use it in NIOS II. From ftp://ftp.altera.com/up/pub/university_program_ip_cores/90 , I got a SRAM_Controller code to interface the SRAM to Avalon bus. H...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Did you remember to give the nios's instruction port access to the SRAM? (you'll need data port acces as well ....) --- Quote End --- Thanks. Both instruction & data port are connected, but the problem still exits.