Skip to content

Commit 581fd1f

Browse files
committed
[ci] Update Vivado to 2021.1
We're seeing some issues with the CW340 bitstream in 2020.2. CI does have licenses for 2021.1, so perhaps this version will fix the issue. Signed-off-by: James Wainwright <[email protected]>
1 parent 19d2df9 commit 581fd1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variables:
1717
TOOLCHAIN_VERSION: 20220210-1
1818
# This controls where builds happen, and gets picked up by build_consts.sh.
1919
BUILD_ROOT: $(Build.ArtifactStagingDirectory)
20-
VIVADO_VERSION: "2020.2"
20+
VIVADO_VERSION: "2021.1"
2121

2222
trigger:
2323
batch: true

ci/azure-pipelines-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ variables:
2828
TOOLCHAIN_VERSION: 20220210-1
2929
# This controls where builds happen, and gets picked up by build_consts.sh.
3030
BUILD_ROOT: $(Build.ArtifactStagingDirectory)
31-
VIVADO_VERSION: "2020.2"
31+
VIVADO_VERSION: "2021.1"
3232

3333
jobs:
3434
- job: checkout

release/azure-pipelines-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ variables:
2929
TOOLCHAIN_VERSION: 20220210-1
3030
# This controls where builds happen, and gets picked up by build_consts.sh.
3131
BUILD_ROOT: $(Build.ArtifactStagingDirectory)
32-
VIVADO_VERSION: "2020.2"
32+
VIVADO_VERSION: "2021.1"
3333

3434
jobs:
3535
- job: checkout

0 commit comments

Comments
 (0)