Altera_Forum
Honored Contributor
13 years agoProblem using ISSI's SRAM on Stratix IV GX
Hello everyone.
Anyone had luck using the SSRAM provided on a Stratix IV GX Dev Kit (EP4SGX230KF40C2ES)? I think there is a huge lack of information by Altera by using this SSRAM module, on altera website, we can only find tutorials related to the QDRII+ memory. I'm using Qsys to integrate the SSRAM to a NIOS CPU, and I've tried to use the generic tri-state controller with the closest preset available (another ISSI module), and had no luck. The system compiles, and the NIOS EDS recognizes the CPU, starts to upload the elf program, and then fails at verification ("Verify failed between addresses..."). I have double checked all my pins: QSYS OUTPUT PIN -> CONNECTED PIN sram_tcm_chipselect_n_out -> sram_cen sram_tcm_byteenable_n_out[3..0] -> sram_bwn[3..0] sram_tcm_outputenable_n_out -> sram_oen sram_tcm_write_n_out -> sram_bwn sram_tcm_data_out[31..0] -> fsm_d[31..0] sram_tcm_address_out[20..0] -> fsm_a[20..0] sram_tcm_reset_n_out -> ? sram_tcm_begintransfer_n_out -> sram_adscn anyone can give me a light? thank you!