aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/top/e31x/e31x_dram.v
Commit message (Collapse)AuthorAgeFilesLines
* fpga: e31x: Add DRAM supportWade Fife2022-02-101-0/+422
This adds DRAM support to E31x devices. Due to the size of the DDR3 memory controller, it is not enabled by default. You can include the memory controller IP in the build by adding the DRAM environment variable to your build. For example: DRAM=1 make E310_SG3