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". --- host/examples/rfnoc-example/blocks/gain.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/examples') diff --git a/host/examples/rfnoc-example/blocks/gain.yml b/host/examples/rfnoc-example/blocks/gain.yml index 58172ae36..fa3127496 100644 --- a/host/examples/rfnoc-example/blocks/gain.yml +++ b/host/examples/rfnoc-example/blocks/gain.yml @@ -1,7 +1,7 @@ schema: rfnoc_modtool_args module_name: gain -version: 1.0 -rfnoc_version: 1.0 +version: "1.0" +rfnoc_version: "1.0" chdr_width: 64 noc_id: 0xB16 -- cgit v1.2.3