Skip to content

feat(igla): W403 bitstream config linked to cold-POR decision tree in Lean 4#1308

Merged
gHashTag merged 1 commit into
masterfrom
trinity-rust-rings
Jul 4, 2026
Merged

feat(igla): W403 bitstream config linked to cold-POR decision tree in Lean 4#1308
gHashTag merged 1 commit into
masterfrom
trinity-rust-rings

Conversation

@gHashTag

@gHashTag gHashTag commented Jul 4, 2026

Copy link
Copy Markdown
Owner

Closes #1307

Extends the W402 Lean 4 STAT-register model with bitstream-level predicates and cold-POR linkage.

  • BitstreamConfig + canonical predicate (IDCODE=0x03636093, SPI x1, CCLK startup, OSCFSEL=0).
  • ColdPOR preconditions (mode_ok, no_cable_interference).
  • Linkage lemmas: cold_por_done_eos_high_implies_boot_success, cold_por_done_low_implies_h2, decision_tree_exhaustive.
  • Formal-traceability callout in fpga/HARDWARE_SSOT.md §3.2.
  • Close-out reports + W404 cooperation variants.

Verification:

  • lake build Trinity.TernaryFPGABoot PASS
  • ./scripts/tri test 576/576 PASS

Physical CCLK measurement (Variant A) and --require-cable SRAM smoke (Variant C) remain deferred to W404.

🤖 Generated with Claude Code

@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

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

@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-07-04 09:11:55 UTC

Summary

Status Count
Total Open PRs 15
PRs with Failing Checks 9
PRs with All Checks Green 6
READY 4
FAILING 9
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=16664105c99c != manifest seal=49e55df6d444.
    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).

…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
gHashTag force-pushed the trinity-rust-rings branch from 5ab5ae3 to 3b996a6 Compare July 4, 2026 09:13
@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

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

@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-07-04 09:13:57 UTC

Summary

Status Count
Total Open PRs 15
PRs with Failing Checks 9
PRs with All Checks Green 6
READY 4
FAILING 9
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=16664105c99c != manifest seal=49e55df6d444.
    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).

@gHashTag
gHashTag merged commit ca29005 into master Jul 4, 2026
17 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.

W403 FPGA: close physical CCLK measurement on P12 or extend formal/physical smoke coverage

1 participant