diff options
| author | Wade Fife <wade.fife@ettus.com> | 2020-06-17 17:32:46 -0500 | 
|---|---|---|
| committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-06-18 10:23:04 -0500 | 
| commit | a0a5b6d6a6ab82b9f46a36300c14dded684a4159 (patch) | |
| tree | 6903a6355bfc23cce905b4548948d40379a94923 | |
| parent | ade82b6ae415bd8752a5536e0e10ab8aed818342 (diff) | |
| download | uhd-a0a5b6d6a6ab82b9f46a36300c14dded684a4159.tar.gz uhd-a0a5b6d6a6ab82b9f46a36300c14dded684a4159.tar.bz2 uhd-a0a5b6d6a6ab82b9f46a36300c14dded684a4159.zip | |
rfnoc: Update port format in block YAML
| -rw-r--r-- | host/include/uhd/rfnoc/blocks/ddc.yml | 4 | ||||
| -rw-r--r-- | host/include/uhd/rfnoc/blocks/duc.yml | 4 | ||||
| -rw-r--r-- | host/include/uhd/rfnoc/blocks/fft_1x64.yml | 4 | ||||
| -rw-r--r-- | host/include/uhd/rfnoc/blocks/fir_filter.yml | 4 | ||||
| -rw-r--r-- | host/include/uhd/rfnoc/blocks/null_src_sink.yml | 8 | ||||
| -rw-r--r-- | host/include/uhd/rfnoc/blocks/radio.yml | 4 | ||||
| -rw-r--r-- | host/include/uhd/rfnoc/blocks/radio_1x64.yml | 4 | ||||
| -rw-r--r-- | host/include/uhd/rfnoc/blocks/radio_2x64.yml | 8 | ||||
| -rw-r--r-- | host/include/uhd/rfnoc/blocks/vector_iir.yml | 4 | 
9 files changed, 22 insertions, 22 deletions
| diff --git a/host/include/uhd/rfnoc/blocks/ddc.yml b/host/include/uhd/rfnoc/blocks/ddc.yml index 8699e9859..b8f4fc458 100644 --- a/host/include/uhd/rfnoc/blocks/ddc.yml +++ b/host/include/uhd/rfnoc/blocks/ddc.yml @@ -39,7 +39,7 @@ data:        nipc: 1        info_fifo_depth: 32        payload_fifo_depth: MTU -      format: int32 +      format: sc16        mdata_sig: ~    outputs:      out: @@ -48,7 +48,7 @@ data:        nipc: 1        info_fifo_depth: 32        payload_fifo_depth: MTU -      format: int32 +      format: sc16        mdata_sig: ~  registers: diff --git a/host/include/uhd/rfnoc/blocks/duc.yml b/host/include/uhd/rfnoc/blocks/duc.yml index 608ce6a27..ce4cba8cb 100644 --- a/host/include/uhd/rfnoc/blocks/duc.yml +++ b/host/include/uhd/rfnoc/blocks/duc.yml @@ -39,7 +39,7 @@ data:        nipc: 1        info_fifo_depth: 32        payload_fifo_depth: MTU -      format: int32 +      format: sc16        mdata_sig: ~    outputs:      out: @@ -48,7 +48,7 @@ data:        nipc: 1        info_fifo_depth: 32        payload_fifo_depth: MTU -      format: int32 +      format: sc16        mdata_sig: ~  registers: diff --git a/host/include/uhd/rfnoc/blocks/fft_1x64.yml b/host/include/uhd/rfnoc/blocks/fft_1x64.yml index 1c3d2946b..e8b05daa3 100644 --- a/host/include/uhd/rfnoc/blocks/fft_1x64.yml +++ b/host/include/uhd/rfnoc/blocks/fft_1x64.yml @@ -42,7 +42,7 @@ data:        nipc: 1        context_fifo_depth: 2        payload_fifo_depth: 32 -      format: int32 +      format: sc16        mdata_sig: ~    outputs:      out_0: @@ -50,7 +50,7 @@ data:        nipc: 1        context_fifo_depth: 2        payload_fifo_depth: 32 -      format: int32 +      format: sc16        mdata_sig: ~  io_port: diff --git a/host/include/uhd/rfnoc/blocks/fir_filter.yml b/host/include/uhd/rfnoc/blocks/fir_filter.yml index 96863653b..0af4b144b 100644 --- a/host/include/uhd/rfnoc/blocks/fir_filter.yml +++ b/host/include/uhd/rfnoc/blocks/fir_filter.yml @@ -45,7 +45,7 @@ data:        nipc: 1        context_fifo_depth: 2        payload_fifo_depth: 32 -      format: int32 +      format: sc16        mdata_sig: ~    outputs:      out: @@ -54,7 +54,7 @@ data:        nipc: 1        context_fifo_depth: 2        payload_fifo_depth: 32 -      format: int32 +      format: sc16        mdata_sig: ~  registers: diff --git a/host/include/uhd/rfnoc/blocks/null_src_sink.yml b/host/include/uhd/rfnoc/blocks/null_src_sink.yml index 020abbc1c..bdd9cb747 100644 --- a/host/include/uhd/rfnoc/blocks/null_src_sink.yml +++ b/host/include/uhd/rfnoc/blocks/null_src_sink.yml @@ -38,14 +38,14 @@ data:        nipc: 2        context_fifo_depth: 2        payload_fifo_depth: 2 -      format: int32 +      format: sc16        mdata_sig: ~      loop:        item_width: 32        nipc: 2        context_fifo_depth: 2        payload_fifo_depth: 2 -      format: int32 +      format: sc16        mdata_sig: ~    outputs:      source: @@ -53,14 +53,14 @@ data:        nipc: 2        context_fifo_depth: 2        payload_fifo_depth: 2 -      format: int32 +      format: sc16        mdata_sig: ~      loop:        item_width: 32        nipc: 2        context_fifo_depth: 2        payload_fifo_depth: 2 -      format: int32 +      format: sc16        mdata_sig: ~  io_port: diff --git a/host/include/uhd/rfnoc/blocks/radio.yml b/host/include/uhd/rfnoc/blocks/radio.yml index 29fd15a88..20ea97291 100644 --- a/host/include/uhd/rfnoc/blocks/radio.yml +++ b/host/include/uhd/rfnoc/blocks/radio.yml @@ -39,7 +39,7 @@ data:        nipc: NIPC        info_fifo_depth: 32        payload_fifo_depth: MTU -      format: int32 +      format: sc16        mdata_sig: ~    outputs:      out: @@ -48,7 +48,7 @@ data:        nipc: NIPC        info_fifo_depth: 32        payload_fifo_depth: MTU -      format: int32 +      format: sc16        mdata_sig: ~  io_ports: diff --git a/host/include/uhd/rfnoc/blocks/radio_1x64.yml b/host/include/uhd/rfnoc/blocks/radio_1x64.yml index 3aaf88326..bf8385584 100644 --- a/host/include/uhd/rfnoc/blocks/radio_1x64.yml +++ b/host/include/uhd/rfnoc/blocks/radio_1x64.yml @@ -36,7 +36,7 @@ data:        nipc: 1        info_fifo_depth: 32        payload_fifo_depth: MTU -      format: int32 +      format: sc16        mdata_sig: ~    outputs:      out_0: @@ -44,7 +44,7 @@ data:        nipc: 1        info_fifo_depth: 32        payload_fifo_depth: MTU -      format: int32 +      format: sc16        mdata_sig: ~  io_ports: diff --git a/host/include/uhd/rfnoc/blocks/radio_2x64.yml b/host/include/uhd/rfnoc/blocks/radio_2x64.yml index 8a89e44f9..cedb8fdb5 100644 --- a/host/include/uhd/rfnoc/blocks/radio_2x64.yml +++ b/host/include/uhd/rfnoc/blocks/radio_2x64.yml @@ -36,14 +36,14 @@ data:        nipc: 1        info_fifo_depth: 32        payload_fifo_depth: MTU -      format: int32 +      format: sc16        mdata_sig: ~      in_1:        item_width: 32        nipc: 1        info_fifo_depth: 32        payload_fifo_depth: MTU -      format: int32 +      format: sc16        mdata_sig: ~    outputs:      out_0: @@ -51,14 +51,14 @@ data:        nipc: 1        info_fifo_depth: 32        payload_fifo_depth: MTU -      format: int32 +      format: sc16        mdata_sig: ~      out_1:        item_width: 32        nipc: 1        info_fifo_depth: 32        payload_fifo_depth: MTU -      format: int32 +      format: sc16        mdata_sig: ~  io_ports: diff --git a/host/include/uhd/rfnoc/blocks/vector_iir.yml b/host/include/uhd/rfnoc/blocks/vector_iir.yml index 40f3f30e2..019daf6c1 100644 --- a/host/include/uhd/rfnoc/blocks/vector_iir.yml +++ b/host/include/uhd/rfnoc/blocks/vector_iir.yml @@ -42,7 +42,7 @@ data:        nipc: 1        context_fifo_depth: 2        payload_fifo_depth: 32 -      format: int32 +      format: sc16        mdata_sig: ~    outputs:      out: @@ -51,7 +51,7 @@ data:        nipc: 1        context_fifo_depth: 2        payload_fifo_depth: 32 -      format: int32 +      format: sc16        mdata_sig: ~  registers: | 
