Skip to content

Commit 20cbc50

Browse files
authored
Merge pull request #20 from analogdevicesinc/R2020a_init
Update to R2020a
2 parents 9d86787 + 4ed4123 commit 20cbc50

File tree

13 files changed

+25
-23
lines changed

13 files changed

+25
-23
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 19.2.1 (R2019b)
2+
% Version 20.1.1 (R2020a)
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 = 'R2019b';
8-
Release = '19.2.1';
7+
MATLAB = 'R2020a';
8+
Release = '20.1.1';
99
AppName = 'Analog Devices, Inc. High-Speed Converter Toolbox';
1010
ToolboxName = 'HighSpeedConverterToolbox';
1111
ToolboxNameShort = 'hsx';

CI/doc/SupportedHardware.mlx

469 Bytes
Binary file not shown.

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=R2019b")
4+
dockerConfig.add("-e MLRELEASE=R2020a")
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 | R2019b | <a href="http://swdownloads.analog.com/cse/toolboxes/trx/master/AnalogDevicesHighSpeedConverterToolbox_v19.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>|
15+
| 2018_R2 | R2020a | <a href="http://swdownloads.analog.com/cse/toolboxes/trx/master/AnalogDevicesHighSpeedConverterToolbox_v20.1.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>|
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 R2019a with Vivado 2018.2
23-
- Bug fixes and new features: MATLAB R2019b with Vivado 2018.2
22+
- Bug fixes: MATLAB R2019b with Vivado 2018.2
23+
- Bug fixes and new features: MATLAB R2020a with Vivado 2018.2
2424

2525
## Support and Documentation
2626

doc/Buffers.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

doc/Examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2-
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,IE=9,chrome=1"><meta name="generator" content="MATLAB R2019b"><title>ADI High Speed Converter Toolbox Examples</title><style type="text/css">.rtcContent { padding: 30px; } .S0 { margin: 3px 10px 5px 4px; padding: 0px; line-height: 28.8px; min-height: 0px; white-space: pre-wrap; color: rgb(213, 80, 0); font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 24px; font-weight: normal; text-align: left; }
2+
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,IE=9,chrome=1"><meta name="generator" content="MATLAB R2020a"><title>ADI High Speed Converter Toolbox Examples</title><style type="text/css">.rtcContent { padding: 30px; } .S0 { margin: 3px 10px 5px 4px; padding: 0px; line-height: 28.8px; min-height: 0px; white-space: pre-wrap; color: rgb(213, 80, 0); font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 24px; font-weight: normal; text-align: left; }
33
.S1 { margin: 20px 10px 5px 4px; padding: 0px; line-height: 20px; min-height: 0px; white-space: pre-wrap; color: rgb(60, 60, 60); font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 20px; font-weight: bold; text-align: left; }
44
.S2 { margin: 10px 0px 20px; padding-left: 0px; font-family: Helvetica, Arial, sans-serif; font-size: 14px; }
55
.S3 { margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap; }</style></head><body><div class = rtcContent><h1 class = 'S0'><span>ADI High Speed Converter Toolbox Examples</span></h1><h2 class = 'S1' id = 'H_3692D52B' ><span>Streaming Examples</span></h2><ul class = 'S2'><li class = 'S3'><span>DAQ2 Basic Streaming</span></li></ul></div>

doc/Support.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2-
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,IE=9,chrome=1"><meta name="generator" content="MATLAB R2019b"><title>ADI High Speed Converter Toolbox Support</title><style type="text/css">.rtcContent { padding: 30px; } .S0 { margin: 3px 10px 5px 4px; padding: 0px; line-height: 28.8px; min-height: 0px; white-space: pre-wrap; color: rgb(213, 80, 0); font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 24px; font-weight: normal; text-align: left; }
2+
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,IE=9,chrome=1"><meta name="generator" content="MATLAB R2020a"><title>ADI High Speed Converter Toolbox Support</title><style type="text/css">.rtcContent { padding: 30px; } .S0 { margin: 3px 10px 5px 4px; padding: 0px; line-height: 28.8px; min-height: 0px; white-space: pre-wrap; color: rgb(213, 80, 0); font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 24px; font-weight: normal; text-align: left; }
33
.S1 { margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: normal; text-align: left; }
44
.S2 { margin: 10px 0px 20px; padding-left: 0px; font-family: Helvetica, Arial, sans-serif; font-size: 14px; }
55
.S3 { margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap; }</style></head><body><div class = rtcContent><h1 class = 'S0'><span>ADI High Speed Converter Toolbox Support</span></h1><div class = 'S1'><span>Support is provided online through the </span><a href = "https://ez.analog.com/"><span>EngineerZone</span></a><span> forums. If you have questions related to the hardware itself outside of this BSP, contact your local FAE or ask on the forums.</span></div><div class = 'S1'><span>Question regarding specific aspect of the BSP should be asked in the following places:</span></div><ul class = 'S2'><li class = 'S3'><a href = "https://ez.analog.com/linux-device-drivers/linux-software-drivers"><span>Linux Software Drivers</span></a><span> for questions on the BSP itself</span></li><li class = 'S3'><a href = "https://ez.analog.com/linux-device-drivers/linux-software-drivers"><span>Linux Software Drivers</span></a><span> for libiio and iio driver questions</span></li></ul></div>

doc/SupportedHardware.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2-
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,IE=9,chrome=1"><meta name="generator" content="MATLAB R2019b"><title>ADI High Speed Converter Toolbox Supported Hardware</title><style type="text/css">.rtcContent { padding: 30px; } .S0 { margin: 3px 10px 5px 4px; padding: 0px; line-height: 28.8px; min-height: 0px; white-space: pre-wrap; color: rgb(213, 80, 0); font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 24px; font-weight: normal; text-align: left; }
2+
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,IE=9,chrome=1"><meta name="generator" content="MATLAB R2020a"><title>ADI High Speed Converter Toolbox Supported Hardware</title><style type="text/css">.rtcContent { padding: 30px; } .S0 { margin: 3px 10px 5px 4px; padding: 0px; line-height: 28.8px; min-height: 0px; white-space: pre-wrap; color: rgb(213, 80, 0); font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 24px; font-weight: normal; text-align: left; }
33
.S1 { margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: normal; text-align: left; }
44
.S2 { margin: 10px 0px 20px; padding-left: 0px; font-family: Helvetica, Arial, sans-serif; font-size: 14px; }
55
.S3 { margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap; }
6-
.S4 { margin: 20px 10px 5px 4px; padding: 0px; line-height: 20px; min-height: 0px; white-space: pre-wrap; color: rgb(60, 60, 60); font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 20px; font-weight: bold; text-align: left; }</style></head><body><div class = rtcContent><h1 class = 'S0'><span>ADI High Speed Converter Toolbox Supported Hardware</span></h1><div class = 'S1'><span>Almost any ADI hardware that has an IIO supported driver can stream data into MATLAB or Simulink. We have specific implementations of the following devices, boards, or chips that support streaming:</span></div><ul class = 'S2'><li class = 'S3'><a href = "https://www.analog.com/en/products/ad9144.html"><span>AD9144</span></a></li><li class = 'S3'><a href = "https://www.analog.com/en/products/ad9680.html"><span>AD9680</span></a></li><li class = 'S3'><a href = "https://www.analog.com/en/products/ad9467.html"><span>AD9467</span></a></li></ul><h2 class = 'S4' id = 'H_D3E4334B' ><span>System Requirements</span></h2><div class = 'S1'><span>Specific examples will require different toolboxes. The examples will require:</span></div><ul class = 'S2'><li class = 'S3'><a href = "https://www.mathworks.com/products/dsp-system.html"><span>DSP System Toolbox</span></a></li></ul><div class = 'S1'><span>All device I/O support with System objects or Blocks requires:</span></div><ul class = 'S2'><li class = 'S3'><a href = "https://www.mathworks.com/hardware-support/zynq-sdr.html"><span>Zynq SDR Support from Communications Toolbox</span></a></li></ul></div>
6+
.S4 { margin: 20px 10px 5px 4px; padding: 0px; line-height: 20px; min-height: 0px; white-space: pre-wrap; color: rgb(60, 60, 60); font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 20px; font-weight: bold; text-align: left; }</style></head><body><div class = rtcContent><h1 class = 'S0'><span>ADI High Speed Converter Toolbox Supported Hardware</span></h1><div class = 'S1'><span>Almost any ADI hardware that has an IIO supported driver can stream data into MATLAB or Simulink. We have specific implementations of the following devices, boards, or chips that support streaming:</span></div><ul class = 'S2'><li class = 'S3'><a href = "https://www.analog.com/en/products/ad9081.html"><span>AD9081</span></a></li><li class = 'S3'><a href = "https://wiki.analog.com/resources/eval/user-guides/quadmxfe"><span>QuadMxFE</span></a></li><li class = 'S3'><a href = "https://www.analog.com/en/products/ad9144.html"><span>AD9144</span></a></li><li class = 'S3'><a href = "https://www.analog.com/en/products/ad9680.html"><span>AD9680</span></a></li><li class = 'S3'><a href = "https://www.analog.com/en/products/ad9467.html"><span>AD9467</span></a></li></ul><h2 class = 'S4' id = 'H_D3E4334B' ><span>System Requirements</span></h2><div class = 'S1'><span>Specific examples will require different toolboxes. The examples will require:</span></div><ul class = 'S2'><li class = 'S3'><a href = "https://www.mathworks.com/products/dsp-system.html"><span>DSP System Toolbox</span></a></li></ul><div class = 'S1'><span>All device I/O support with System objects or Blocks requires:</span></div><ul class = 'S2'><li class = 'S3'><a href = "https://www.mathworks.com/hardware-support/zynq-sdr.html"><span>Zynq SDR Support from Communications Toolbox</span></a></li></ul></div>
77
<br>
88
<!--
99
##### SOURCE BEGIN #####
@@ -12,6 +12,8 @@
1212
% MATLAB or Simulink. We have specific implementations of the following devices,
1313
% boards, or chips that support streaming:
1414
%%
15+
% * <https://www.analog.com/en/products/ad9081.html AD9081>
16+
% * <https://wiki.analog.com/resources/eval/user-guides/quadmxfe QuadMxFE>
1517
% * <https://www.analog.com/en/products/ad9144.html AD9144>
1618
% * <https://www.analog.com/en/products/ad9680.html AD9680>
1719
% * <https://www.analog.com/en/products/ad9467.html AD9467>

doc/SystemObjects.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2-
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,IE=9,chrome=1"><meta name="generator" content="MATLAB R2019b"><title>ADI High Speed Converter Toolbox System Objects For Device I/O</title><style type="text/css">.rtcContent { padding: 30px; } .S0 { margin: 3px 10px 5px 4px; padding: 0px; line-height: 28.8px; min-height: 0px; white-space: pre-wrap; color: rgb(213, 80, 0); font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 24px; font-weight: normal; text-align: left; }
2+
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,IE=9,chrome=1"><meta name="generator" content="MATLAB R2020a"><title>ADI High Speed Converter Toolbox System Objects For Device I/O</title><style type="text/css">.rtcContent { padding: 30px; } .S0 { margin: 3px 10px 5px 4px; padding: 0px; line-height: 28.8px; min-height: 0px; white-space: pre-wrap; color: rgb(213, 80, 0); font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 24px; font-weight: normal; text-align: left; }
33
.S1 { margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: normal; text-align: left; }
44
.CodeBlock { background-color: #F7F7F7; margin: 10px 0 10px 0;}
5-
.S2 { border-left: 1px solid rgb(233, 233, 233); border-right: 1px solid rgb(233, 233, 233); border-top: 1px solid rgb(233, 233, 233); border-bottom: 0px none rgb(0, 0, 0); border-radius: 4px 4px 0px 0px; padding: 6px 45px 0px 13px; line-height: 16.996px; min-height: 18px; white-space: nowrap; color: rgb(0, 0, 0); font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 14px; }
6-
.S3 { border-left: 1px solid rgb(233, 233, 233); border-right: 1px solid rgb(233, 233, 233); border-top: 0px none rgb(0, 0, 0); border-bottom: 0px none rgb(0, 0, 0); border-radius: 0px; padding: 0px 45px 0px 13px; line-height: 16.996px; min-height: 18px; white-space: nowrap; color: rgb(0, 0, 0); font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 14px; }
7-
.S4 { border-left: 1px solid rgb(233, 233, 233); border-right: 1px solid rgb(233, 233, 233); border-top: 0px none rgb(0, 0, 0); border-bottom: 1px solid rgb(233, 233, 233); border-radius: 0px 0px 4px 4px; padding: 0px 45px 4px 13px; line-height: 16.996px; min-height: 18px; white-space: nowrap; color: rgb(0, 0, 0); font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 14px; }
5+
.S2 { border-left: 1px solid rgb(233, 233, 233); border-right: 1px solid rgb(233, 233, 233); border-top: 1px solid rgb(233, 233, 233); border-bottom: 0px none rgb(0, 0, 0); border-radius: 4px 4px 0px 0px; padding: 6px 45px 0px 13px; line-height: 17.234px; min-height: 18px; white-space: nowrap; color: rgb(0, 0, 0); font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 14px; }
6+
.S3 { border-left: 1px solid rgb(233, 233, 233); border-right: 1px solid rgb(233, 233, 233); border-top: 0px none rgb(0, 0, 0); border-bottom: 0px none rgb(0, 0, 0); border-radius: 0px; padding: 0px 45px 0px 13px; line-height: 17.234px; min-height: 18px; white-space: nowrap; color: rgb(0, 0, 0); font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 14px; }
7+
.S4 { border-left: 1px solid rgb(233, 233, 233); border-right: 1px solid rgb(233, 233, 233); border-top: 0px none rgb(0, 0, 0); border-bottom: 1px solid rgb(233, 233, 233); border-radius: 0px 0px 4px 4px; padding: 0px 45px 4px 13px; line-height: 17.234px; min-height: 18px; white-space: nowrap; color: rgb(0, 0, 0); font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 14px; }
88
.S5 { margin: 10px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: normal; text-align: left; }
99
.S6 { margin: 10px 0px 20px; padding-left: 0px; font-family: Helvetica, Arial, sans-serif; font-size: 14px; }
1010
.S7 { margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap; }

0 commit comments

Comments
 (0)