diff options
| author | Wade Fife <wade.fife@ettus.com> | 2022-01-25 16:23:23 -0600 | 
|---|---|---|
| committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-06-10 13:24:04 -0500 | 
| commit | c793fbb42a7a2a7ce26c3eb229cea0943f6741ba (patch) | |
| tree | f6373b18d2b34327679923424d1d09947e526b16 /host/examples | |
| parent | cee4c3dd08c785fbbcce6fe4d2f58cc57fca0486 (diff) | |
| download | uhd-c793fbb42a7a2a7ce26c3eb229cea0943f6741ba.tar.gz uhd-c793fbb42a7a2a7ce26c3eb229cea0943f6741ba.tar.bz2 uhd-c793fbb42a7a2a7ce26c3eb229cea0943f6741ba.zip  | |
fpga: rfnoc: Remove rfnoc_version from target YAML
This causes the latest RFNoC protocol version to be used by default
and avoids the need to update YAML files every time the RFNoC
protocol version gets bumped.
Diffstat (limited to 'host/examples')
| -rw-r--r-- | host/examples/rfnoc-example/icores/x310_rfnoc_image_core.yml | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/host/examples/rfnoc-example/icores/x310_rfnoc_image_core.yml b/host/examples/rfnoc-example/icores/x310_rfnoc_image_core.yml index 1286c81a0..b54487a20 100644 --- a/host/examples/rfnoc-example/icores/x310_rfnoc_image_core.yml +++ b/host/examples/rfnoc-example/icores/x310_rfnoc_image_core.yml @@ -6,7 +6,6 @@ copyright: >-                           # Copyright information used in file hea  license: >-                             # License information used in file headers    SPDX-License-Identifier: LGPL-3.0-or-later  version: '1.0'                          # File version (must be string so we can distinguish 1.1 and 1.10) -rfnoc_version: '1.0'                    # RFNoC protocol version  chdr_width: 64                          # Bit width of the CHDR bus for this image  device: 'x310'  default_target: 'X310_HG'  | 
