aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/top/e31x/ip/ddr3_16bit
Commit message (Collapse)AuthorAgeFilesLines
* fpga: e31x: Fix DRAM traffic gen IP nameWade Fife2022-03-231-1/+1
| | | | | Change name in DRAM IP Makefile from IP_MIG_7SERIES_TG_SRCS to IP_DDR3_16BIT_TG_SRCS to match the naming of other variables.
* fpga: e31x: Add DRAM supportWade Fife2022-02-104-0/+2961
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