Skip to content

Commit 9e9443a

Browse files
authored
Merge pull request #47 from analogdevicesinc/R2020b-update
Version: Bump to v20.2.1
2 parents c2f4791 + 8d82672 commit 9e9443a

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

+adi/Contents.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
% Analog Devices, Inc. High Speed Converter Toolbox
2-
% Version 20.1.2 (R2020a)
2+
% Version 20.2.1 (R2020b)
33
%
44
% ==== Table of Contents (TOC) ====
55
%

+adi/Version.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
properties(Constant)
55
HDL = 'hdl_2018_r2';
66
Vivado = '2018.2';
7-
MATLAB = 'R2020a';
8-
Release = '20.1.2';
7+
MATLAB = 'R2020b';
8+
Release = '20.2.1';
99
AppName = 'Analog Devices, Inc. High-Speed Converter Toolbox';
1010
ToolboxName = 'HighSpeedConverterToolbox';
1111
ToolboxNameShort = 'hsx';

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@Library('tfc-lib') _
22

33
dockerConfig = getDockerConfig(['MATLAB','Vivado'])
4-
dockerConfig.add("-e MLRELEASE=R2020a")
4+
dockerConfig.add("-e MLRELEASE=R2020b")
55
dockerHost = 'docker'
66

77
////////////////////////////

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ As with many open source packages, we use [GitHub](https://github.com/analogdevi
1212

1313
| HDL Branch | MATLAB Release | Installer Package |
1414
|:------------------:|:--------------:|:-------------------:|
15-
| 2018_R2 | R2020a | <a href="http://swdownloads.analog.com/cse/toolboxes/hsx/master/AnalogDevicesHighSpeedConverterToolbox_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>|
15+
| 2018_R2 | R2020b | <a href="http://swdownloads.analog.com/cse/toolboxes/hsx/master/AnalogDevicesHighSpeedConverterToolbox_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>|
1616

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

1919
## Supported Tools and Releases
2020

2121
We provide support for certain releases of MATLAB. This does not mean older releases will not work but they are not maintained. Currently supported tools are:
22-
- Bug fixes: MATLAB R2019b with Vivado 2018.2
23-
- Bug fixes and new features: MATLAB R2020a with Vivado 2018.2
22+
- Bug fixes: MATLAB R2020a with Vivado 2018.2
23+
- Bug fixes and new features: MATLAB R2020b with Vivado 2018.2
2424

2525
## Support and Documentation
2626

test/DemoTests.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ function setupVivado(~)
2727
vivado = '2018.2';
2828
case '(R2020a)'
2929
vivado = '2018.2';
30+
case '(R2020b)'
31+
vivado = '2018.2';
3032
end
3133
if ispc
3234
hdlsetuptoolpath('ToolName', 'Xilinx Vivado', ...

0 commit comments

Comments
 (0)