feat(fpga): W401 cold-POR protocol hardening and board-less CI guards (#1303)#1304
Merged
Conversation
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Contributor
gHashTag
enabled auto-merge (squash)
July 4, 2026 08:34
gHashTag
force-pushed
the
trinity-rust-rings
branch
from
July 4, 2026 08:36
a22fe65 to
6d3202f
Compare
Contributor
PR DashboardGenerated at: 2026-07-04 08:36:17 UTC
Summary
Seal Status
|
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
gHashTag
force-pushed
the
trinity-rust-rings
branch
from
July 4, 2026 08:38
6d3202f to
3b66b17
Compare
Contributor
PR DashboardGenerated at: 2026-07-04 08:38:20 UTC
Summary
Seal Status
|
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
…old-POR CCLK sweep, default bitstream verified, board-less CI guards Wave Loops 397-401 close the FPGA SPI boot root cause and harden the protocol: - W397: boot-log, STAT decoding, cold-POR decision tree. - W398: patch-cor0 / cclk-variants, bit-config assertions. - W399: automated cclk-sweep, sweep-report, measure-cclk helper. - W400: default ternary_mac_demo_top_200t.bit verified to boot from flash across OSCFSEL 0..5; CCLK timing hypothesis closed. - W401: smoke-gate canonical assertions (IDCODE, SPI x1, CCLK startup, OSCFSEL=0, no CRC writes), boot-protocol checklist, multi-format CCLK CSV parser with unit tests, dry-run sweep CI guard, close-out reports. Verification: ./scripts/tri test 575/575 PASS. Closes #1303
gHashTag
force-pushed
the
trinity-rust-rings
branch
from
July 4, 2026 08:39
3b66b17 to
b6f4dc3
Compare
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Contributor
PR DashboardGenerated at: 2026-07-04 08:39:58 UTC
Summary
Seal Status
|
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.
Wave Loop 401 closes #1303 by hardening the cold-POR SPI-boot protocol and adding board-less guards around the W400 physical result.
Summary
tri fpga smoke-gatenow asserts the canonical bitstream config: IDCODE0x03636093, SPI x1, CCLK startup,OSCFSEL=0, and no CRC writes.tri fpga boot-protocol(interactive and--checklistmodes) so the cold-POR steps are explicit and printable.tri fpga measure-cclk --csvnow auto-detects DSView / PulseView / Saleae CSV exports and reports frequency / duty cycle; unit tests added.cclk-sweep/sweep-reportpipeline and asserts sixOSCFSELrows.fpga/HARDWARE_SSOT.md, close-out reports, and cooperation variants for W402.Verification
Deferred
AC5 (physical CCLK measurement on pin P12) requires an oscilloscope/logic-analyser capture and is deferred to W402.
🤖 Generated with Claude Code