From 31936f8e509b83f819d39d58ea57b77b79bafcdd Mon Sep 17 00:00:00 2001 From: Ryan Torok Date: Mon, 17 Nov 2025 10:00:10 -0500 Subject: [PATCH] [ci] Build Darjeeling CW340 bitstream Signed-off-by: Ryan Torok --- .github/workflows/ci.yml | 10 ++++++++++ .github/workflows/nightly.yml | 8 ++++++++ 2 files changed, 18 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51ef7dd76a..3e3d072e3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 7703d7a980..8ee08020be 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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: