diff options
author | Martin Braun <martin.braun@ettus.com> | 2022-02-23 11:11:54 +0100 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2022-02-23 08:57:48 -0600 |
commit | 1c726f56679c7ffcfaddf55335d546f71f398358 (patch) | |
tree | f044fb8be26f1f2e2dd1716999e2fd9acb9f0863 /host | |
parent | ba00ff0cf5c0ced093e0be12b3006fe2f657a58a (diff) | |
download | uhd-1c726f56679c7ffcfaddf55335d546f71f398358.tar.gz uhd-1c726f56679c7ffcfaddf55335d546f71f398358.tar.bz2 uhd-1c726f56679c7ffcfaddf55335d546f71f398358.zip |
rfnoc: Remove references to nocscript from YAML files
The sw_iface entry in the `control` section is yet underdefined, so we
can remove it from the block descriptors.
Diffstat (limited to 'host')
23 files changed, 0 insertions, 23 deletions
diff --git a/host/examples/rfnoc-example/blocks/gain.yml b/host/examples/rfnoc-example/blocks/gain.yml index fa3127496..855d0ca2e 100644 --- a/host/examples/rfnoc-example/blocks/gain.yml +++ b/host/examples/rfnoc-example/blocks/gain.yml @@ -12,7 +12,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: slave fifo_depth: 32 diff --git a/host/include/uhd/rfnoc/blocks/addsub.yml b/host/include/uhd/rfnoc/blocks/addsub.yml index e26888a20..03375091a 100644 --- a/host/include/uhd/rfnoc/blocks/addsub.yml +++ b/host/include/uhd/rfnoc/blocks/addsub.yml @@ -18,7 +18,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: axis_ctrl interface_direction: slave fifo_depth: 2 diff --git a/host/include/uhd/rfnoc/blocks/axi_ram_fifo.yml b/host/include/uhd/rfnoc/blocks/axi_ram_fifo.yml index 019db5244..61a589bd6 100644 --- a/host/include/uhd/rfnoc/blocks/axi_ram_fifo.yml +++ b/host/include/uhd/rfnoc/blocks/axi_ram_fifo.yml @@ -24,7 +24,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: slave fifo_depth: 32 diff --git a/host/include/uhd/rfnoc/blocks/axi_ram_fifo_2x64.yml b/host/include/uhd/rfnoc/blocks/axi_ram_fifo_2x64.yml index 0e03b0c86..a9659c964 100644 --- a/host/include/uhd/rfnoc/blocks/axi_ram_fifo_2x64.yml +++ b/host/include/uhd/rfnoc/blocks/axi_ram_fifo_2x64.yml @@ -22,7 +22,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: slave fifo_depth: 32 diff --git a/host/include/uhd/rfnoc/blocks/axi_ram_fifo_4x64.yml b/host/include/uhd/rfnoc/blocks/axi_ram_fifo_4x64.yml index ef32a4de6..cfae2e88e 100644 --- a/host/include/uhd/rfnoc/blocks/axi_ram_fifo_4x64.yml +++ b/host/include/uhd/rfnoc/blocks/axi_ram_fifo_4x64.yml @@ -22,7 +22,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: slave fifo_depth: 32 diff --git a/host/include/uhd/rfnoc/blocks/ddc.yml b/host/include/uhd/rfnoc/blocks/ddc.yml index 7b7b8da27..f3de25a01 100644 --- a/host/include/uhd/rfnoc/blocks/ddc.yml +++ b/host/include/uhd/rfnoc/blocks/ddc.yml @@ -19,7 +19,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: slave fifo_depth: 64 diff --git a/host/include/uhd/rfnoc/blocks/duc.yml b/host/include/uhd/rfnoc/blocks/duc.yml index 843356257..769b7b80f 100644 --- a/host/include/uhd/rfnoc/blocks/duc.yml +++ b/host/include/uhd/rfnoc/blocks/duc.yml @@ -19,7 +19,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: slave fifo_depth: 64 diff --git a/host/include/uhd/rfnoc/blocks/fft_1x64.yml b/host/include/uhd/rfnoc/blocks/fft_1x64.yml index ea0fe1761..0b8a27b7f 100644 --- a/host/include/uhd/rfnoc/blocks/fft_1x64.yml +++ b/host/include/uhd/rfnoc/blocks/fft_1x64.yml @@ -23,7 +23,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: slave fifo_depth: 32 diff --git a/host/include/uhd/rfnoc/blocks/fir_filter.yml b/host/include/uhd/rfnoc/blocks/fir_filter.yml index 71a665bda..0d09efcd3 100644 --- a/host/include/uhd/rfnoc/blocks/fir_filter.yml +++ b/host/include/uhd/rfnoc/blocks/fir_filter.yml @@ -26,7 +26,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: slave fifo_depth: 32 diff --git a/host/include/uhd/rfnoc/blocks/fosphor.yml b/host/include/uhd/rfnoc/blocks/fosphor.yml index 2d7e7b1e4..c834269c4 100644 --- a/host/include/uhd/rfnoc/blocks/fosphor.yml +++ b/host/include/uhd/rfnoc/blocks/fosphor.yml @@ -15,7 +15,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: slave fifo_depth: 32 diff --git a/host/include/uhd/rfnoc/blocks/keep_one_in_n.yml b/host/include/uhd/rfnoc/blocks/keep_one_in_n.yml index ea2f536b4..c7b18a37c 100644 --- a/host/include/uhd/rfnoc/blocks/keep_one_in_n.yml +++ b/host/include/uhd/rfnoc/blocks/keep_one_in_n.yml @@ -19,7 +19,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: slave fifo_depth: 32 diff --git a/host/include/uhd/rfnoc/blocks/logpwr.yml b/host/include/uhd/rfnoc/blocks/logpwr.yml index e03314a40..892c50315 100644 --- a/host/include/uhd/rfnoc/blocks/logpwr.yml +++ b/host/include/uhd/rfnoc/blocks/logpwr.yml @@ -19,7 +19,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: slave fifo_depth: 32 diff --git a/host/include/uhd/rfnoc/blocks/moving_avg.yml b/host/include/uhd/rfnoc/blocks/moving_avg.yml index feff4eb77..9eb36eb5a 100644 --- a/host/include/uhd/rfnoc/blocks/moving_avg.yml +++ b/host/include/uhd/rfnoc/blocks/moving_avg.yml @@ -18,7 +18,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: slave fifo_depth: 32 diff --git a/host/include/uhd/rfnoc/blocks/null_src_sink.yml b/host/include/uhd/rfnoc/blocks/null_src_sink.yml index ec286838d..aba340fe0 100644 --- a/host/include/uhd/rfnoc/blocks/null_src_sink.yml +++ b/host/include/uhd/rfnoc/blocks/null_src_sink.yml @@ -19,7 +19,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: slave fifo_depth: 32 diff --git a/host/include/uhd/rfnoc/blocks/radio.yml b/host/include/uhd/rfnoc/blocks/radio.yml index bae9fe128..0fe9c461a 100644 --- a/host/include/uhd/rfnoc/blocks/radio.yml +++ b/host/include/uhd/rfnoc/blocks/radio.yml @@ -19,7 +19,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: remote_master_slave fifo_depth: 512 diff --git a/host/include/uhd/rfnoc/blocks/radio_1x64.yml b/host/include/uhd/rfnoc/blocks/radio_1x64.yml index d6dad8049..8d6c93894 100644 --- a/host/include/uhd/rfnoc/blocks/radio_1x64.yml +++ b/host/include/uhd/rfnoc/blocks/radio_1x64.yml @@ -17,7 +17,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: remote_master_slave fifo_depth: 512 diff --git a/host/include/uhd/rfnoc/blocks/radio_2x64.yml b/host/include/uhd/rfnoc/blocks/radio_2x64.yml index 12d092170..a21574591 100644 --- a/host/include/uhd/rfnoc/blocks/radio_2x64.yml +++ b/host/include/uhd/rfnoc/blocks/radio_2x64.yml @@ -17,7 +17,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: remote_master_slave fifo_depth: 512 diff --git a/host/include/uhd/rfnoc/blocks/replay.yml b/host/include/uhd/rfnoc/blocks/replay.yml index 5501f02b4..5b60ed28f 100644 --- a/host/include/uhd/rfnoc/blocks/replay.yml +++ b/host/include/uhd/rfnoc/blocks/replay.yml @@ -20,7 +20,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: slave fifo_depth: 32 diff --git a/host/include/uhd/rfnoc/blocks/siggen.yml b/host/include/uhd/rfnoc/blocks/siggen.yml index 3589d865f..7cda86436 100644 --- a/host/include/uhd/rfnoc/blocks/siggen.yml +++ b/host/include/uhd/rfnoc/blocks/siggen.yml @@ -18,7 +18,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: slave fifo_depth: 32 diff --git a/host/include/uhd/rfnoc/blocks/split_stream.yml b/host/include/uhd/rfnoc/blocks/split_stream.yml index d207a3a4e..4f6cc91c5 100644 --- a/host/include/uhd/rfnoc/blocks/split_stream.yml +++ b/host/include/uhd/rfnoc/blocks/split_stream.yml @@ -17,7 +17,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: axis_ctrl interface_direction: slave fifo_depth: 32 diff --git a/host/include/uhd/rfnoc/blocks/switchboard.yml b/host/include/uhd/rfnoc/blocks/switchboard.yml index 7a9970ce4..997a7f387 100644 --- a/host/include/uhd/rfnoc/blocks/switchboard.yml +++ b/host/include/uhd/rfnoc/blocks/switchboard.yml @@ -17,7 +17,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: slave fifo_depth: 32 diff --git a/host/include/uhd/rfnoc/blocks/vector_iir.yml b/host/include/uhd/rfnoc/blocks/vector_iir.yml index e0a1d980e..fd0fd1e74 100644 --- a/host/include/uhd/rfnoc/blocks/vector_iir.yml +++ b/host/include/uhd/rfnoc/blocks/vector_iir.yml @@ -22,7 +22,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: slave fifo_depth: 32 diff --git a/host/include/uhd/rfnoc/blocks/window.yml b/host/include/uhd/rfnoc/blocks/window.yml index 2f8a8e8e7..37ce9bc59 100644 --- a/host/include/uhd/rfnoc/blocks/window.yml +++ b/host/include/uhd/rfnoc/blocks/window.yml @@ -19,7 +19,6 @@ clocks: freq: "[]" control: - sw_iface: nocscript fpga_iface: ctrlport interface_direction: slave fifo_depth: 32 |