From ca21048bd2f832b20bb36763f76d46b861b697a5 Mon Sep 17 00:00:00 2001 From: Wade Fife Date: Thu, 22 Apr 2021 11:21:34 -0500 Subject: fpga: Change RFNoC YAML version numbers to strings Change version from a numeric to a string, in order to differentiate between versions like "1.1" and "1.10". --- fpga/usrp3/top/x300/x300_rfnoc_image_core.yml | 4 ++-- fpga/usrp3/top/x300/x310_rfnoc_image_core.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'fpga/usrp3/top/x300') diff --git a/fpga/usrp3/top/x300/x300_rfnoc_image_core.yml b/fpga/usrp3/top/x300/x300_rfnoc_image_core.yml index d9570b8ef..b7e0affe3 100644 --- a/fpga/usrp3/top/x300/x300_rfnoc_image_core.yml +++ b/fpga/usrp3/top/x300/x300_rfnoc_image_core.yml @@ -3,8 +3,8 @@ schema: rfnoc_imagebuilder_args # Identifier for the schema used to validate this file copyright: 'Ettus Research, A National Instruments Brand' # Copyright information used in file headers license: 'SPDX-License-Identifier: LGPL-3.0-or-later' # License information used in file headers -version: 1.0 # File version -rfnoc_version: 1.0 # RFNoC protocol version +version: '1.0' # File version +rfnoc_version: '1.0' # RFNoC protocol version chdr_width: 64 # Bit width of the CHDR bus for this image device: 'x300' default_target: 'X300_HG' diff --git a/fpga/usrp3/top/x300/x310_rfnoc_image_core.yml b/fpga/usrp3/top/x300/x310_rfnoc_image_core.yml index 84b5f0234..bfa050803 100644 --- a/fpga/usrp3/top/x300/x310_rfnoc_image_core.yml +++ b/fpga/usrp3/top/x300/x310_rfnoc_image_core.yml @@ -3,8 +3,8 @@ schema: rfnoc_imagebuilder_args # Identifier for the schema used to validate this file copyright: 'Ettus Research, A National Instruments Brand' # Copyright information used in file headers license: 'SPDX-License-Identifier: LGPL-3.0-or-later' # License information used in file headers -version: 1.0 # File version -rfnoc_version: 1.0 # RFNoC protocol version +version: '1.0' # File version +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' -- cgit v1.2.3