Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIt's been some time now since I wrote a low-level DDR interface and Altera's megacore's have changed somewhat.
Here is what I would recommend. With the release of Quartus 10.0, Altera has once again made the datapath for their DDR memory controllers open-source. They've labeled this the Uni-phy. So with the 10.0 tools, I would generate a DDR2 SDRAM controller. Look at the generated code and also look at the generated timing SDC constraints. This should give you an idea of how to put together a datapath for your DDR2 SRAM controller. Jake