diff options
| author | Wade Fife <wade.fife@ettus.com> | 2019-09-26 09:41:29 -0500 | 
|---|---|---|
| committer | Martin Braun <martin.braun@ettus.com> | 2019-11-26 12:21:31 -0800 | 
| commit | 4f130e3c129111cb8fb044a5cbc007df3628978c (patch) | |
| tree | 61cd5f4e64fe92950d667686db149cefac0e68b5 /host | |
| parent | 28a1d079a7b2198096d665ee40c18b4cc1b748d2 (diff) | |
| download | uhd-4f130e3c129111cb8fb044a5cbc007df3628978c.tar.gz uhd-4f130e3c129111cb8fb044a5cbc007df3628978c.tar.bz2 uhd-4f130e3c129111cb8fb044a5cbc007df3628978c.zip  | |
rfnoc: Add DRAM support to E320
Diffstat (limited to 'host')
| -rw-r--r-- | host/include/uhd/rfnoc/core/e320_bsp.yml | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/host/include/uhd/rfnoc/core/e320_bsp.yml b/host/include/uhd/rfnoc/core/e320_bsp.yml index c8d5b7de0..0d8f1de62 100644 --- a/host/include/uhd/rfnoc/core/e320_bsp.yml +++ b/host/include/uhd/rfnoc/core/e320_bsp.yml @@ -25,3 +25,6 @@ io_ports:    x300_radio:      type: x300_radio      drive: master +  dram: +    type: axi4_mm_2x64_4g +    drive: master  | 
