Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHi, linas.
I already tryed everything I could. I only post something in forum, when I realy don't know what to do. Now I read in /showthread.php?t=6255 that IDT71V416 is created for some other boards. I followed the steps MSchmitt diskribed in post 3 and connected my tristate slave sram_0 to Avalon MM Tristate Bridge. NIOS instruction and data master both connected to the bridge. As that was done, I got SoPC buider warning "sram_controller_0: sram_controller_0.avalon_tristate_slave_1 must be exported, or connected to a matching conduit." I guess it's ok, I just connected the signals to the pins in my top level .vhd: addr_to_the_sram_comtroller_0 => SRAM_ADDR, data_to_and_from_the_sram_comtroller_0 => SRAM_DQ, write_n_to_the_sram_comtroller_0 => SRAM_WE_N, read_n_to_the_sram_comtroller_0 => SRAM_OE_N, chipselect_n_to_the_sram_comtroller_0 => SRAM_CE_N Now I can't see memory region in eclipse IDE. I've added this in the BSP editor manually and changed stack from on_chip to sram just for a test. Of course it doesn't work. What am I doing wrong (I guess a lot of stuff)? Please someone take some time and discribe a beginner what to do, totaly stuck here. Thanks.