Skip to content

Commit

Permalink
Bump to v20.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
  • Loading branch information
tfcollins committed Feb 3, 2021
1 parent 626d7fb commit cfb3980
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion +adi/Contents.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% Analog Devices, Inc. Transceiver Toolbox
% Version 20.1.2 (R2020b)
% Version 20.2.1 (R2020b)
%
% ==== Table of Contents (TOC) ====
%
Expand Down
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_2018_r2';
Vivado = '2018.3';
MATLAB = 'R2020b';
Release = '20.1.2';
Release = '20.2.1';
end
properties(Dependent)
VivadoShort
Expand Down
2 changes: 1 addition & 1 deletion CI/scripts/genTlbx.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function genTlbx(examples)
examples = 0;
end

version = '20.1.2';
version = '20.2.1';
ml = ver('MATLAB');
ml = ml.Release(2:end-1);
uuid = matlab.lang.internal.uuid;
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 |
|:-----------------:|:--------------:|:-------------------:|
| 2019_R1 | R2020b | <a href="http://swdownloads.analog.com/cse/toolboxes/trx/master/AnalogDevicesTransceiverToolbox_v20.1.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>|
| 2019_R1 | R2020b | <a href="http://swdownloads.analog.com/cse/toolboxes/trx/master/AnalogDevicesTransceiverToolbox_v20.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>|

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 20.1.2 (R2020b) 7-November-2020
% Version 20.2.1 (R2020b) 2-February-2021
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 = '20.1.2';
version = '20.2.1';
ml = ver('MATLAB');
ml = ml.Release(2:end-1);

Expand Down

0 comments on commit cfb3980

Please sign in to comment.