feat(igla): W403 bitstream config linked to cold-POR decision tree in Lean 4#1308
Merged
Conversation
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Contributor
…ion tree in Lean 4 (Closes #1307) - Add BitstreamConfig + canonical predicate to TernaryFPGABoot.lean (IDCODE=0x03636093, SPI_BUSWIDTH=x1, STARTUPCLK=CCLK, OSCFSEL=0). - Add ColdPOR preconditions and linkage lemmas: cold_por_done_eos_high_implies_boot_success, cold_por_done_low_implies_h2, decision_tree_exhaustive. - Update fpga/HARDWARE_SSOT.md §3.2 with bitstream-config formal traceability. - Update docs/NOW.md and .trinity/experience.md with W403 learnings. - Add close-out reports: WAVE_LOOP_403_REPORT.md, FPGA_LOOP_EVIDENCE_2026-07-06.md, FPGA_LOOP_COOPERATION_2026-07-06.md. - Conformance suite 576/576 PASS; lake build Trinity.TernaryFPGABoot green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
gHashTag
force-pushed
the
trinity-rust-rings
branch
from
July 4, 2026 09:13
5ab5ae3 to
3b996a6
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 09:13:57 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.
Closes #1307
Extends the W402 Lean 4 STAT-register model with bitstream-level predicates and cold-POR linkage.
Verification:
Physical CCLK measurement (Variant A) and --require-cable SRAM smoke (Variant C) remain deferred to W404.
🤖 Generated with Claude Code