diff options
author | Wade Fife <wade.fife@ettus.com> | 2019-11-08 10:34:50 -0600 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-11-26 12:21:33 -0800 |
commit | 47cacecd2a2d9648bc4fbc8b341525fb0173f376 (patch) | |
tree | 42940e4458df2894edd73944ec409bfa191f1a68 /host/include | |
parent | 72e833e7bb71b2b2891ef5b07ada5aaf856a266a (diff) | |
download | uhd-47cacecd2a2d9648bc4fbc8b341525fb0173f376.tar.gz uhd-47cacecd2a2d9648bc4fbc8b341525fb0173f376.tar.bz2 uhd-47cacecd2a2d9648bc4fbc8b341525fb0173f376.zip |
rfnoc: Update YAML to expose memory clock to blocks
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/rfnoc/core/e310_bsp.yml | 8 | ||||
-rw-r--r-- | host/include/uhd/rfnoc/core/e320_bsp.yml | 15 | ||||
-rw-r--r-- | host/include/uhd/rfnoc/core/io_signatures.yml | 10 | ||||
-rw-r--r-- | host/include/uhd/rfnoc/core/n300_bsp.yml | 21 | ||||
-rw-r--r-- | host/include/uhd/rfnoc/core/n310_bsp.yml | 21 | ||||
-rw-r--r-- | host/include/uhd/rfnoc/core/n320_bsp.yml | 21 | ||||
-rw-r--r-- | host/include/uhd/rfnoc/core/x300_bsp.yml | 23 | ||||
-rw-r--r-- | host/include/uhd/rfnoc/core/x310_bsp.yml | 23 |
8 files changed, 71 insertions, 71 deletions
diff --git a/host/include/uhd/rfnoc/core/e310_bsp.yml b/host/include/uhd/rfnoc/core/e310_bsp.yml index 8fabbb55a..efd2511f1 100644 --- a/host/include/uhd/rfnoc/core/e310_bsp.yml +++ b/host/include/uhd/rfnoc/core/e310_bsp.yml @@ -2,12 +2,12 @@ type: e31x type_id: E310 family: 7SERIES transports: -- name: dma - type: dma - width: 64 + - name: dma + type: dma + width: 64 clocks: -- name: radio + - name: radio io_ports: ctrlport_radio: diff --git a/host/include/uhd/rfnoc/core/e320_bsp.yml b/host/include/uhd/rfnoc/core/e320_bsp.yml index 0d8f1de62..cb4d28637 100644 --- a/host/include/uhd/rfnoc/core/e320_bsp.yml +++ b/host/include/uhd/rfnoc/core/e320_bsp.yml @@ -2,15 +2,16 @@ type: e320 type_id: E320 family: 7SERIES transports: -- name: eth - type: 10G - width: 64 -- name: dma - type: dma - width: 64 + - name: eth + type: 10G + width: 64 + - name: dma + type: dma + width: 64 clocks: -- name: radio + - name: radio + - name: dram io_ports: ctrl_port: diff --git a/host/include/uhd/rfnoc/core/io_signatures.yml b/host/include/uhd/rfnoc/core/io_signatures.yml index 57e1b11c9..a4b510876 100644 --- a/host/include/uhd/rfnoc/core/io_signatures.yml +++ b/host/include/uhd/rfnoc/core/io_signatures.yml @@ -83,10 +83,7 @@ x300_radio: axi4_mm_2x64_4g: type: master-slave ports: - - name: mem_clk - type: from-master - width: 1 - - name: mem_rst + - name: axi_rst type: from-master width: 1 - name: m_axi_awid @@ -227,10 +224,7 @@ axi4_mm_2x64_4g: axi4_mm_4x64_4g: type: master-slave ports: - - name: mem_clk - type: from-master - width: 1 - - name: mem_rst + - name: axi_rst type: from-master width: 1 - name: m_axi_awid diff --git a/host/include/uhd/rfnoc/core/n300_bsp.yml b/host/include/uhd/rfnoc/core/n300_bsp.yml index f0c75df4e..7ec2ebc9d 100644 --- a/host/include/uhd/rfnoc/core/n300_bsp.yml +++ b/host/include/uhd/rfnoc/core/n300_bsp.yml @@ -2,18 +2,19 @@ type: n300 type_id: 1300 family: 7SERIES transports: -- name: eth0 - type: 1G - width: 64 -- name: eth1 - type: 10G - width: 64 -- name: dma - type: dma - width: 64 + - name: eth0 + type: 1G + width: 64 + - name: eth1 + type: 10G + width: 64 + - name: dma + type: dma + width: 64 clocks: -- name: radio + - name: radio + - name: dram io_ports: ctrlport_radio0: diff --git a/host/include/uhd/rfnoc/core/n310_bsp.yml b/host/include/uhd/rfnoc/core/n310_bsp.yml index 08690ed5a..436e4f860 100644 --- a/host/include/uhd/rfnoc/core/n310_bsp.yml +++ b/host/include/uhd/rfnoc/core/n310_bsp.yml @@ -2,18 +2,19 @@ type: n310 type_id: 1300 family: 7SERIES transports: -- name: eth0 - type: 1G - width: 64 -- name: eth1 - type: 10G - width: 64 -- name: dma - type: dma - width: 64 + - name: eth0 + type: 1G + width: 64 + - name: eth1 + type: 10G + width: 64 + - name: dma + type: dma + width: 64 clocks: -- name: radio + - name: radio + - name: dram io_ports: ctrlport_radio0: diff --git a/host/include/uhd/rfnoc/core/n320_bsp.yml b/host/include/uhd/rfnoc/core/n320_bsp.yml index 5d31da947..5970371a9 100644 --- a/host/include/uhd/rfnoc/core/n320_bsp.yml +++ b/host/include/uhd/rfnoc/core/n320_bsp.yml @@ -2,18 +2,19 @@ type: n320 type_id: 1320 family: 7SERIES transports: -- name: eth0 - type: 1G - width: 64 -- name: eth1 - type: 10G - width: 64 -- name: dma - type: dma - width: 64 + - name: eth0 + type: 1G + width: 64 + - name: eth1 + type: 10G + width: 64 + - name: dma + type: dma + width: 64 clocks: -- name: radio + - name: radio + - name: dram io_ports: ctrlport_radio0: diff --git a/host/include/uhd/rfnoc/core/x300_bsp.yml b/host/include/uhd/rfnoc/core/x300_bsp.yml index 20a78958f..799a4962b 100644 --- a/host/include/uhd/rfnoc/core/x300_bsp.yml +++ b/host/include/uhd/rfnoc/core/x300_bsp.yml @@ -2,19 +2,20 @@ type: x300 type_id: A300 family: 7SERIES transports: -- name: eth0 - type: 10G - width: 64 -- name: eth1 - type: 1G - width: 64 -- name: pcie - type: PCIe - width: 64 + - name: eth0 + type: 10G + width: 64 + - name: eth1 + type: 1G + width: 64 + - name: pcie + type: PCIe + width: 64 clocks: -- name: radio -- name: ce + - name: radio + - name: ce + - name: dram io_ports: ctrlport_radio0: diff --git a/host/include/uhd/rfnoc/core/x310_bsp.yml b/host/include/uhd/rfnoc/core/x310_bsp.yml index 20a78958f..799a4962b 100644 --- a/host/include/uhd/rfnoc/core/x310_bsp.yml +++ b/host/include/uhd/rfnoc/core/x310_bsp.yml @@ -2,19 +2,20 @@ type: x300 type_id: A300 family: 7SERIES transports: -- name: eth0 - type: 10G - width: 64 -- name: eth1 - type: 1G - width: 64 -- name: pcie - type: PCIe - width: 64 + - name: eth0 + type: 10G + width: 64 + - name: eth1 + type: 1G + width: 64 + - name: pcie + type: PCIe + width: 64 clocks: -- name: radio -- name: ce + - name: radio + - name: ce + - name: dram io_ports: ctrlport_radio0: |