diff --git a/+adi/Version.m b/+adi/Version.m index 43a1aef6..1f381ea7 100644 --- a/+adi/Version.m +++ b/+adi/Version.m @@ -4,7 +4,7 @@ properties(Constant) HDL = 'hdl_2021_r2'; Vivado = '2021.2'; - MATLAB = 'R2022a'; + MATLAB = 'R2022b'; Release = '22.2.1'; AppName = 'Analog Devices, Inc. High-Speed Converter Toolbox'; ToolboxName = 'HighSpeedConverterToolbox'; diff --git a/CI/scripts/Makefile b/CI/scripts/Makefile index ff59c979..0d4f5619 100644 --- a/CI/scripts/Makefile +++ b/CI/scripts/Makefile @@ -8,7 +8,7 @@ SHELL := /bin/bash MLFLAGS := -nodisplay -nodesktop -nosplash ifeq ($(MLRELEASE),) -MLRELEASE := R2022a +MLRELEASE := R2022b endif ifeq ($(HDLBRANCH),) diff --git a/CI/scripts/synth_designs.sh b/CI/scripts/synth_designs.sh index 3bac1f3e..6615ba9a 100644 --- a/CI/scripts/synth_designs.sh +++ b/CI/scripts/synth_designs.sh @@ -5,7 +5,7 @@ MLFLAGS="-nodisplay -nodesktop -nosplash" if [ -z "$MLRELEASE" ] then - MLRELEASE=R2022a + MLRELEASE=R2022b fi MLPATH=/usr/local/MATLAB diff --git a/Jenkinsfile b/Jenkinsfile index f8f9d791..d31496e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ @Library('tfc-lib') _ dockerConfig = getDockerConfig(['MATLAB','Vivado'], matlabHSPro=false) -dockerConfig.add("-e MLRELEASE=R2022a") +dockerConfig.add("-e MLRELEASE=R2022b") dockerHost = 'docker' //////////////////////////// diff --git a/JenkinsfileCron b/JenkinsfileCron index 4eddc951..6db99a63 100644 --- a/JenkinsfileCron +++ b/JenkinsfileCron @@ -1,7 +1,7 @@ @Library('tfc-lib') _ dockerConfig = getDockerConfig(['MATLAB','Vivado'], matlabHSPro=false) -dockerConfig.add("-e MLRELEASE=R2022a") +dockerConfig.add("-e MLRELEASE=R2022b") dockerHost = 'docker' //////////////////////////// @@ -47,7 +47,7 @@ for (int i=0; i < boardNames.size(); i++) { nodeLabel = 'baremetal && high_memory'; deployments[board] = { node(nodeLabel) { stage("Synthesis Tests") { - withEnv(['BOARD='+board,'MLRELEASE=R2022a','HDLBRANCH=hdl_2021_r2','LC_ALL=C.UTF-8','LANG=C.UTF-8']) { + withEnv(['BOARD='+board,'MLRELEASE=R2022b','HDLBRANCH=hdl_2021_r2','LC_ALL=C.UTF-8','LANG=C.UTF-8']) { try { stage("Synth") { echo "Node: ${env.NODE_NAME}"