Skip to content

Commit

Permalink
Version update to v22.2.2 (#155)
Browse files Browse the repository at this point in the history
CI: skip=HDL Tests; skip=Demo Tests; skip=Hardware Streaming Tests

Signed-off-by: Pagadarai <Srikanth.Pagadarai@analog.com>
  • Loading branch information
SrikanthPagadarai authored Aug 16, 2023
1 parent c84cdb2 commit c970058
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion +adi/Version.m
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | <a href="http://swdownloads.analog.com/cse/toolboxes/trx/master/AnalogDevicesTransceiverToolbox_v22.2.1.mltbx"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Matlab_Logo.png" data-canonical-src="https://upload.wikimedia.org/wikipedia/commons/2/21/Matlab_Logo.png" height="40" /></a>|
| 2021_R2 | R2022b | <a href="http://swdownloads.analog.com/cse/toolboxes/trx/master/AnalogDevicesTransceiverToolbox_v22.2.2.mltbx"><img src="https://upload.wikimedia.org/wikipedia/commons/2/21/Matlab_Logo.png" data-canonical-src="https://upload.wikimedia.org/wikipedia/commons/2/21/Matlab_Logo.png" height="40" /></a>|

If you use it, and like it - please let us know. If you use it, and hate it - please let us know that too.

Expand Down
2 changes: 1 addition & 1 deletion hdl/vendor/AnalogDevices/Contents.m
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion trx_examples/streaming/LTE_PA_App/genLTEPAInstaller.m
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit c970058

Please sign in to comment.