enjoy-digital / litedram

Small footprint and configurable DRAM core
Other
365 stars 115 forks source link

Add RPC DRAM support #273

Closed jedrzejboczar closed 2 years ago

jedrzejboczar commented 2 years ago

This PR adds a PHY for Etron RPC DRAM. The code directory structure resembles the one used for LPDDR4/LPDDR5. The RPC PHY was actually the first of these PHYs and there are some design choices that could potentially be revised, applying the modifications from LPDDR4/5. Currently the PHY has some limitations, but it is functional and we were able to successfully use it on a modified Arty A7 board, although we were not able to reach the default Arty frequency due to hardware limitations. The current state of the PHY is described in more details in the readme under litedram/phy/rpc/README.md.

enjoy-digital commented 2 years ago

This is merged, thanks a lot.