Forum Discussion
Altera_Forum
Honored Contributor
15 years agowriting/reading sram with cyclone3 in vhdl
Hey, i'm trying to write and read to/from the sram with a cyclone3 fpga on a NEEK. I wrote a little code to check if it's working, but it doesn't and i tried very much around but to no avail. The ...
Altera_Forum
Honored Contributor
15 years agoI wonder, if SRAM_DATA (I guess, the top entity port) is correctly wired to memory_data?
To check the RAM operation, a sequence like below should be performed: write data xx to address 1 write data yy to address 2 read from address 1 read from address 2