From f130a20cc61e1ba469d82b3a13b63a98dfa683ec Mon Sep 17 00:00:00 2001 From: Michael Rogenmoser Date: Fri, 17 May 2024 10:44:04 +0200 Subject: [PATCH] Update CI vivado version --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b19c9cd4..64f6eb20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -181,7 +181,7 @@ fpga_synth_genesys2: before_script: script: - echo "Starting synthesis with vivado" - - make genesys2 VIVADO='vitis-2020.2 vivado' + - make genesys2 VIVADO='vitis-2022.1 vivado' artifacts: name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA" paths: @@ -206,7 +206,7 @@ fpga_synth_nexys_video: before_script: script: - echo "Starting synthesis with vivado" - - make nexys_video VIVADO='vitis-2020.2 vivado' + - make nexys_video VIVADO='vitis-2022.1 vivado' artifacts: name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA" paths: @@ -231,7 +231,7 @@ fpga_synth_nexys: before_script: script: - echo "Starting synthesis with vivado" - - make nexys rev=nexys4 VIVADO='vitis-2020.2 vivado' + - make nexys rev=nexys4 VIVADO='vitis-2022.1 vivado' artifacts: name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA" paths: @@ -256,7 +256,7 @@ fpga_synth_zcu104: before_script: script: - echo "Starting synthesis with vivado" - - make zcu104 VIVADO='vitis-2020.2 vivado' + - make zcu104 VIVADO='vitis-2022.1 vivado' artifacts: name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA" paths: @@ -281,7 +281,7 @@ fpga_synth_zcu102: before_script: script: - echo "Starting synthesis with vivado" - - make zcu102 VIVADO='vitis-2020.2 vivado' + - make zcu102 VIVADO='vitis-2022.1 vivado' artifacts: name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA" paths: