Skip to content

Commit

Permalink
MATLAB Version update
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 committed Mar 21, 2024
1 parent a5bd2c5 commit bc3dc51
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 12 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 22.1.1 (R2022b)
% Version 23.1.1 (R2023b)
%
% ==== Table of Contents (TOC) ====
%
Expand Down
4 changes: 2 additions & 2 deletions +adi/Version.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
properties(Constant)
HDL = 'hdl_2021_r2';
Vivado = '2021.2';
MATLAB = 'R2022b';
Release = '22.2.3';
MATLAB = 'R2023b';
Release = '23.1.1';
AppName = 'Analog Devices, Inc. Transceiver Toolbox';
ToolboxName = 'TransceiverToolbox';
ToolboxNameShort = 'trx';
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
with:
release: R2022b
release: R2023b
- name: Compile Toolbox
uses: matlab-actions/run-command@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion CI/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SHELL := /bin/bash
MLFLAGS := -nodisplay -nodesktop -nosplash

ifeq ($(MLRELEASE),)
MLRELEASE := R2022b
MLRELEASE := R2023b
endif

ifeq ($(HDLBRANCH),)
Expand Down
2 changes: 1 addition & 1 deletion CI/scripts/synth_designs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MLFLAGS="-nodisplay -nodesktop -nosplash"

if [ -z "$MLRELEASE" ]
then
MLRELEASE=R2022b
MLRELEASE=R2023b
fi

MLPATH=/usr/local/MATLAB
Expand Down
2 changes: 1 addition & 1 deletion CI/scripts/targeting_designs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MLFLAGS="-nodisplay -nodesktop -nosplash"

if [ -z "$MLRELEASE" ]
then
MLRELEASE=R2022b
MLRELEASE=R2023b
fi
if [ -z "$DEMO" ]
then
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ As with many open source packages, we use [GitHub](https://github.com/analogdevi

| HDL Branch | MATLAB Release | Installer Package |
|:-----------------:|:--------------:|:-------------------:|
| 2021_R2 | R2022b | <a href="https://github.com/analogdevicesinc/TransceiverToolbox/releases/tag/latest"><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 | R2023b | <a href="https://github.com/analogdevicesinc/TransceiverToolbox/releases/tag/latest"><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.

## Supported Tools and Releases

We provide support across two releases of MATLAB. This does not mean older releases will not work but they are not maintained. Currently supported tools are:
- Bug fixes only: MATLAB R2022a with Vivado 2021.1
- Bug fixes and new features: MATLAB R2022b with Vivado 2021.2
- Bug fixes only: MATLAB R2022b with Vivado 2021.2
- Bug fixes and new features: MATLAB R2023b with Vivado 2021.2

## Support and Documentation

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.2 (R2022b) 24-March-2023
% Version 23.1.1 (R2023b) 21-March-2024
2 changes: 1 addition & 1 deletion info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- Supply the following six elements in the order specified -->
<!-- (Required) Release of MATLAB. Not currently used but required -->
<!-- to parse the file -->
<matlabrelease>R2022b</matlabrelease>
<matlabrelease>R2023b</matlabrelease>
<!-- (Required) Title of toolbox. Appears in the Contents pane -->
<name>Analog Devices, Inc. Transceiver Toolbox</name>
<!-- (Required) Label for the toolbox. pick one: -->
Expand Down
2 changes: 2 additions & 0 deletions test/DemoTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ function setupVivado(vivado)
vivado = '2021.1';
case '(R2022b)'
vivado = '2021.2';
case '(R2023b)'
vivado = '2021.2';
end
end
if ispc
Expand Down

0 comments on commit bc3dc51

Please sign in to comment.