Skip to content

ci(fpga): pin --device to the board the bitstream job actually stages - #2226

Merged
gHashTag merged 1 commit into
masterfrom
fix/ci-bitstream-device
Aug 19, 2026
Merged

ci(fpga): pin --device to the board the bitstream job actually stages#2226
gHashTag merged 1 commit into
masterfrom
fix/ci-bitstream-device

Conversation

@gHashTag

Copy link
Copy Markdown
Owner

Closes #2225. First master run after #2216 was 7/8 green; the last red is a semantic-default regression from the gold-ring merge (device default now Wukong 200T, CI stages Arty 100T). One explicit flag; docs/NOW.md updated.

🤖 Generated with Claude Code

The gold-ring wave flipped the fpga-build --device default to the Wukong
200T SSOT board. This job stages the Arty-100T world: pin XDC, generated
chipdb, prjxray-db mapping. P&R survived the flip only because the chipdb
fallback path is hardcoded to the 100T file; fasm2frames is the first step
that looks the part NAME up, and it failed with 'Part None not found'.
State the device explicitly instead of encoding it in a default that can
move under a clean auto-merge.

Closes #2225.
@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-08-19 13:34:27 UTC

Summary

Status Count
Total Open PRs 29
PRs with Failing Checks 12
PRs with All Checks Green 17
READY 9
FAILING 12
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=54d19991b0c2 != manifest seal=87e5cbd3ad94.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@gHashTag
gHashTag enabled auto-merge (squash) August 19, 2026 13:34
@gHashTag
gHashTag merged commit 1328787 into master Aug 19, 2026
23 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

master fpga-bitstream: device default flip (200T SSOT) broke fasm2frames on the 100T CI flow

1 participant