Altera_Forum
Honored Contributor
14 years agoMobile DDR-SDRAM for Cyclone IV E
Hello Guys,
I am currently trying to implement a mobile DDR-SDRAM PHY layer for Cyclone IV E. I previously implemented a DDR-SDRAM controller using the ALTMEMPHY with my own controller and it is working nicely. At the moment, in order to reduce the power consumption of the device I am working on, I have to change the external memory for a mobile DDR. I don't want to spend money on buying a mobile DDR IP core and would like to do it myself. The ALTMEMPHY does not support mobile DDR as in these types of memory we have to use the DQS for the read capture, which is not used in the ALTMEMPHY. There is no DLL on cyclone IV E either to delay the DQS. Does anyone knows how to make such a controller and what are the steps to follow to get there? I only need the PHY layer (data path for DQ & DQS) as I already have the controller implemented (generating read/write commands and initialization). The targeted bandwidth is 133MHz. If I am not clear, do not hesitate to ask me more questions! Thanks a lot to everybody for your help.