From c970058695f885989ac265d74cbcafb5ac8acec1 Mon Sep 17 00:00:00 2001 From: Srikanth Pagadarai Date: Wed, 16 Aug 2023 10:46:01 -0400 Subject: [PATCH] Version update to v22.2.2 (#155) CI: skip=HDL Tests; skip=Demo Tests; skip=Hardware Streaming Tests Signed-off-by: Pagadarai --- +adi/Version.m | 2 +- README.md | 2 +- hdl/vendor/AnalogDevices/Contents.m | 2 +- trx_examples/streaming/LTE_PA_App/genLTEPAInstaller.m | 2 +- .../targeting/loopback-delay-estimation/hdlworkflow.m | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/+adi/Version.m b/+adi/Version.m index b8adc209..e12cae13 100644 --- a/+adi/Version.m +++ b/+adi/Version.m @@ -5,7 +5,7 @@ HDL = 'hdl_2021_r2'; Vivado = '2021.2'; MATLAB = 'R2022b'; - Release = '22.2.1'; + Release = '22.2.2'; AppName = 'Analog Devices, Inc. Transceiver Toolbox'; ToolboxName = 'TransceiverToolbox'; ToolboxNameShort = 'trx'; diff --git a/README.md b/README.md index c32a0632..9beaeeaa 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ As with many open source packages, we use [GitHub](https://github.com/analogdevi | HDL Branch | MATLAB Release | Installer Package | |:-----------------:|:--------------:|:-------------------:| -| 2021_R2 | R2022b | | +| 2021_R2 | R2022b | | If you use it, and like it - please let us know. If you use it, and hate it - please let us know that too. diff --git a/hdl/vendor/AnalogDevices/Contents.m b/hdl/vendor/AnalogDevices/Contents.m index 591a82ec..3e02bb27 100644 --- a/hdl/vendor/AnalogDevices/Contents.m +++ b/hdl/vendor/AnalogDevices/Contents.m @@ -1,2 +1,2 @@ % HDL Coder BSP: Analog Devices Inc -% Version 22.2.1 (R2022b) 24-March-2023 +% Version 22.2.2 (R2022b) 24-March-2023 diff --git a/trx_examples/streaming/LTE_PA_App/genLTEPAInstaller.m b/trx_examples/streaming/LTE_PA_App/genLTEPAInstaller.m index 2e41960f..2ce7d674 100644 --- a/trx_examples/streaming/LTE_PA_App/genLTEPAInstaller.m +++ b/trx_examples/streaming/LTE_PA_App/genLTEPAInstaller.m @@ -1,7 +1,7 @@ cd(fileparts((mfilename('fullpath')))); p = pwd; -version = '22.1.1'; +version = '22.2.2'; ml = ver('MATLAB'); ml = ml.Release(2:end-1); app_name = 'LTEPA'; diff --git a/trx_examples/targeting/loopback-delay-estimation/hdlworkflow.m b/trx_examples/targeting/loopback-delay-estimation/hdlworkflow.m index e1f968d5..82fa124b 100644 --- a/trx_examples/targeting/loopback-delay-estimation/hdlworkflow.m +++ b/trx_examples/targeting/loopback-delay-estimation/hdlworkflow.m @@ -11,9 +11,9 @@ % >> hWC.export('DUT','loopback_delay_estimation/HDL_DUT'); %-------------------------------------------------------------------------- -% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! % -% Design unsupported in Transceiver Toolbox v22.1.1 -% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! % +% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! % +% Design unsupported in Transceiver Toolbox v22.2.1 and v22.2.2 +% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! % %% Load the Model load_system('loopback_delay_estimation');