diff options
| author | Paul Butler <Paul.Butler@ni.com> | 2019-10-04 09:17:52 -0500 | 
|---|---|---|
| committer | Martin Braun <martin.braun@ettus.com> | 2019-11-26 12:21:32 -0800 | 
| commit | cfd5cd326df722a758abb61e91667d6568fb2a14 (patch) | |
| tree | c8d9d8322f2c32864cb6e9ec601f7dcd448777ac | |
| parent | f773cf9fb96e25d064f43cffdc893ac905d91f15 (diff) | |
| download | uhd-cfd5cd326df722a758abb61e91667d6568fb2a14.tar.gz uhd-cfd5cd326df722a758abb61e91667d6568fb2a14.tar.bz2 uhd-cfd5cd326df722a758abb61e91667d6568fb2a14.zip  | |
rfnoc: rename block clocks to ce_clk
Renaming the CE clock in the RFNoC block YAML files so that the name
is consistent across blocks. Corresponding `fpga` changes can be found
in `rfnoc: rename block clocks to ce_clk`.
| -rw-r--r-- | host/include/uhd/rfnoc/blocks/ddc_1x64.yml | 6 | ||||
| -rw-r--r-- | host/include/uhd/rfnoc/blocks/ddc_2x64.yml | 6 | ||||
| -rw-r--r-- | host/include/uhd/rfnoc/blocks/duc_1x64.yml | 6 | ||||
| -rw-r--r-- | host/include/uhd/rfnoc/blocks/duc_2x64.yml | 6 | ||||
| -rw-r--r-- | host/include/uhd/rfnoc/blocks/fft_1x64.yml | 6 | 
5 files changed, 15 insertions, 15 deletions
diff --git a/host/include/uhd/rfnoc/blocks/ddc_1x64.yml b/host/include/uhd/rfnoc/blocks/ddc_1x64.yml index 3d21ea527..2ea0af151 100644 --- a/host/include/uhd/rfnoc/blocks/ddc_1x64.yml +++ b/host/include/uhd/rfnoc/blocks/ddc_1x64.yml @@ -10,7 +10,7 @@ clocks:      freq: "[]"    - name: rfnoc_ctrl      freq: "[]" -  - name: ddc +  - name: ce      freq: "[]"  control: @@ -18,7 +18,7 @@ control:    fpga_iface: ctrlport    interface_direction: master_slave    fifo_depth: 32 -  clk_domain: ddc +  clk_domain: ce    ctrlport:      byte_mode: True      timed: False @@ -31,7 +31,7 @@ parameters:  data:    fpga_iface: axis_chdr -  clk_domain: ddc +  clk_domain: ce    mtu: 1024    inputs:      port0: diff --git a/host/include/uhd/rfnoc/blocks/ddc_2x64.yml b/host/include/uhd/rfnoc/blocks/ddc_2x64.yml index a79a07c8f..ae08ecece 100644 --- a/host/include/uhd/rfnoc/blocks/ddc_2x64.yml +++ b/host/include/uhd/rfnoc/blocks/ddc_2x64.yml @@ -10,7 +10,7 @@ clocks:      freq: "[]"    - name: rfnoc_ctrl      freq: "[]" -  - name: ddc +  - name: ce      freq: "[]"  control: @@ -18,7 +18,7 @@ control:    fpga_iface: ctrlport    interface_direction: master_slave    fifo_depth: 32 -  clk_domain: ddc +  clk_domain: ce    ctrlport:      byte_mode: True      timed: False @@ -31,7 +31,7 @@ parameters:  data:    fpga_iface: axis_chdr -  clk_domain: ddc +  clk_domain: ce    mtu: 1024    inputs:      port0: diff --git a/host/include/uhd/rfnoc/blocks/duc_1x64.yml b/host/include/uhd/rfnoc/blocks/duc_1x64.yml index 515f426f2..963f576d2 100644 --- a/host/include/uhd/rfnoc/blocks/duc_1x64.yml +++ b/host/include/uhd/rfnoc/blocks/duc_1x64.yml @@ -10,7 +10,7 @@ clocks:      freq: "[]"    - name: rfnoc_ctrl      freq: "[]" -  - name: duc +  - name: ce      freq: "[]"  control: @@ -18,7 +18,7 @@ control:    fpga_iface: ctrlport    interface_direction: master_slave    fifo_depth: 32 -  clk_domain: duc +  clk_domain: ce    ctrlport:      byte_mode: True      timed: False @@ -31,7 +31,7 @@ parameters:  data:    fpga_iface: axis_chdr -  clk_domain: duc +  clk_domain: ce    mtu: 1024    inputs:      port0: diff --git a/host/include/uhd/rfnoc/blocks/duc_2x64.yml b/host/include/uhd/rfnoc/blocks/duc_2x64.yml index fd8add930..6798ef412 100644 --- a/host/include/uhd/rfnoc/blocks/duc_2x64.yml +++ b/host/include/uhd/rfnoc/blocks/duc_2x64.yml @@ -10,7 +10,7 @@ clocks:      freq: "[]"    - name: rfnoc_ctrl      freq: "[]" -  - name: duc +  - name: ce      freq: "[]"  control: @@ -18,7 +18,7 @@ control:    fpga_iface: ctrlport    interface_direction: master_slave    fifo_depth: 32 -  clk_domain: duc +  clk_domain: ce    ctrlport:      byte_mode: True      timed: False @@ -31,7 +31,7 @@ parameters:  data:    fpga_iface: axis_chdr -  clk_domain: duc +  clk_domain: ce    mtu: 1024    inputs:      port0: diff --git a/host/include/uhd/rfnoc/blocks/fft_1x64.yml b/host/include/uhd/rfnoc/blocks/fft_1x64.yml index ac2155381..090e4e507 100644 --- a/host/include/uhd/rfnoc/blocks/fft_1x64.yml +++ b/host/include/uhd/rfnoc/blocks/fft_1x64.yml @@ -10,7 +10,7 @@ clocks:      freq: "[]"    - name: rfnoc_ctrl      freq: "[]" -  - name: fft +  - name: ce      freq: "[]"  control: @@ -18,7 +18,7 @@ control:    fpga_iface: ctrlport    interface_direction: master_slave    fifo_depth: 32 -  clk_domain: fft +  clk_domain: ce    ctrlport:      byte_mode: True      timed: False @@ -28,7 +28,7 @@ control:  data:    fpga_iface: axis_chdr -  clk_domain: fft +  clk_domain: ce    mtu: 1024    inputs:      port0:  | 
