Skip to content

Commit

Permalink
[ci] Move CW305 bitstream build to machine without license
Browse files Browse the repository at this point in the history
The CW305 uses an Artix-7 FPGA which does not require an enterprise
Vivado license to synthesise for. We limit the number of machines on
the `-bitstream` label to match our number of licenses, however CW305s
are taking up these spots unnecessarily.

This commit moves them to the `-vivado` machines which have access to
Vivado Standard edition only.

Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt committed Dec 13, 2024
1 parent 2df1934 commit 056e6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
# Build CW305 variant of the English Breakfast toplevel design using Vivado
chip_englishbreakfast_cw305:
name: CW305's Bitstream
runs-on: ubuntu-22.04-bitstream
runs-on: ubuntu-22.04-vivado
needs: quick_lint
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 056e6e2

Please sign in to comment.