Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,16 @@ jobs:
top_name: earlgrey
design_suffix: cw340

chip_darjeeling_cw340:
name: Darjeeling for CW340
needs: quick_lint
if: github.event_name == 'pull_request'
uses: ./.github/workflows/bitstream.yml
secrets: inherit
with:
top_name: darjeeling
design_suffix: cw340

# Hyper310 FPGA jobs
execute_tests_hyper310:
name: Hyper310 Tests
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ jobs:
top_name: earlgrey
design_suffix: cw340

chip_darjeeling_cw340:
name: Darjeeling for CW340
uses: ./.github/workflows/bitstream.yml
secrets: inherit
with:
top_name: darjeeling
design_suffix: cw340

cache_bitstreams:
name: Cache bitstreams to GCP
runs-on:
Expand Down
Loading