Altera_Forum
Honored Contributor
13 years agoDE0 SDRAM Access
Hello :)
First time FPGA user here. I'm a University student currently working on a project using a DE0 dev board. I've spent a good hour poking around on these forums trying to find what I'm looking for, but I aplogise in advance if I've missed the information I'm looking for! I want to write and read from the boards external RAM chip. There appears to be documentation/tutorials kicking about, but it relates to using NIOS/SOPC builder. This project is totally written from scratch in SystemVerilog, so that is of little use to me. I'm happy writting my own SDRAM controller, however, I don't quite understand the whole rows/columns signal thing. I effectively want to abstract the SDRAM such that I only have to worry about the address, data and write enable signals - the same way I treat the embedded M9K blocks. Does anyone have any example code or know of a tutorial they can point me towards? Or perhaps someone could shed some light on the whole rows/columns business? Cheers