diff options
author | Wade Fife <wade.fife@ettus.com> | 2021-12-07 15:02:24 -0600 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2022-02-07 13:08:11 -0700 |
commit | 19a333a2682898c4720a1316d4bcd6b3046d23ba (patch) | |
tree | 3c147a6fc95e10c85bde9faf0ff8b8196b8bdb92 /host | |
parent | 7b8d45380577ee27916a59c3f66eafb6f00ea7ca (diff) | |
download | uhd-19a333a2682898c4720a1316d4bcd6b3046d23ba.tar.gz uhd-19a333a2682898c4720a1316d4bcd6b3046d23ba.tar.bz2 uhd-19a333a2682898c4720a1316d4bcd6b3046d23ba.zip |
fpga: x400: Add DRAM support
Diffstat (limited to 'host')
-rw-r--r-- | host/include/uhd/rfnoc/core/x410_bsp.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/include/uhd/rfnoc/core/x410_bsp.yml b/host/include/uhd/rfnoc/core/x410_bsp.yml index 66b6d77b0..5f759faae 100644 --- a/host/include/uhd/rfnoc/core/x410_bsp.yml +++ b/host/include/uhd/rfnoc/core/x410_bsp.yml @@ -26,6 +26,7 @@ transports: clocks: - name: radio - name: radio_2x +- name: dram io_ports: ctrlport_radio0: @@ -55,3 +56,6 @@ io_ports: rename: pattern: (.*) repl: \1_radio1 + dram: + type: axi4_mm + drive: slave |