ci(fpga): pin --device to the board the bitstream job actually stages - #2226
Merged
Conversation
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.
Contributor
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
gHashTag
enabled auto-merge (squash)
August 19, 2026 13:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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