Skip to content

Commit

Permalink
Update CI vivado version
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed May 17, 2024
1 parent 83a0909 commit 9a94195
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-2023.2 vivado'
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
paths:
Expand All @@ -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-2023.2 vivado'
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
paths:
Expand All @@ -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-2023.2 vivado'
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
paths:
Expand All @@ -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-2023.2 vivado'
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
paths:
Expand All @@ -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-2023.2 vivado'
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
paths:
Expand Down

0 comments on commit 9a94195

Please sign in to comment.