aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorWade Fife <wade.fife@ettus.com>2022-01-29 20:47:36 -0600
committerWade Fife <wade.fife@ettus.com>2022-02-10 18:13:44 -0700
commit788fef11ef890c6dcee3be495fc381bcf2990d3b (patch)
tree87e9c0da8b56e47e7f1a23aa0a6f8673dbe6d1e0 /host
parent8444f84add04f025b7e24855e0ba79446e615e01 (diff)
downloaduhd-788fef11ef890c6dcee3be495fc381bcf2990d3b.tar.gz
uhd-788fef11ef890c6dcee3be495fc381bcf2990d3b.tar.bz2
uhd-788fef11ef890c6dcee3be495fc381bcf2990d3b.zip
fpga: e31x: Add DRAM support
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
Diffstat (limited to 'host')
-rw-r--r--host/include/uhd/rfnoc/core/e310_bsp.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/include/uhd/rfnoc/core/e310_bsp.yml b/host/include/uhd/rfnoc/core/e310_bsp.yml
index efd2511f1..3457198b5 100644
--- a/host/include/uhd/rfnoc/core/e310_bsp.yml
+++ b/host/include/uhd/rfnoc/core/e310_bsp.yml
@@ -8,6 +8,7 @@ transports:
clocks:
- name: radio
+ - name: dram
io_ports:
ctrlport_radio:
@@ -22,3 +23,6 @@ io_ports:
x300_radio:
type: x300_radio
drive: master
+ dram:
+ type: axi4_mm
+ drive: slave