feat(igla): Wave Loop 776 — module-scope [371][2]^6 Pt non-power-of-two outer-dimension array-of-struct variable from call with indexed signed writes#1488
Open
gHashTag wants to merge 6 commits into
Open
Conversation
Refs #1481 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes (Closes #1483) - Add generator scripts/gen_w774.py and witness specs/scratch/w774_bench_module_367x2p6_aos_var_call_write.t27 (23,488 elements, 751,616-bit packed vector, ~0.717 MiBit). - Add integration test accepts_w774_bench_module_367x2p6_aos_var_call_write. - Seal witness; FROZEN_HASH unchanged. - Validation: cargo suites green, t27c parse/lowerable/simulate/cocotb PASS. - Write closeout report, update .trinity/experience.md, current-issue.md, .claude/skills/t27-wave-loop.md, and .claude/plans/loop-w774-full-cycle.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes (Closes #1485) - Add generator scripts/gen_w775.py derived from gen_w774.py. - Add witness specs/scratch/w775_bench_module_369x2p6_aos_var_call_write.t27 (23,616 elements, 755,712-bit packed vector, ~0.721 MiBit). - Add seal .trinity/seals/scratch_w775_bench_module_369x2p6_aos_var_call_write.json. - Add integration test accepts_w775_bench_module_369x2p6_aos_var_call_write. - Update docs/reports/FPGA_LOOP_CLOSEOUT_W775_2026-07-24.md with validation matrix, weak-point audit, literature scan, and W776 cooperation variants. - Update .claude/plans/wave-loop-776.md, .trinity/experience.md, .claude/skills/t27-wave-loop.md, and .trinity/current-issue.md. - Zero compiler / reference-model / FROZEN_HASH changes. Validation: - cargo build --release -p t27c: OK - cargo test -p t27c --bin t27c: 1494/0/2 - cargo test -p tri: 78/0 - cargo test -p t27c --test icarus_lowerable: 235/0 - t27c parse/icarus-lowerable/icarus-simulate(17 cycles)/icarus-cocotb W775: PASS Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes (Closes #1487) - Add generator scripts/gen_w776.py derived from gen_w775.py. - Add witness specs/scratch/w776_bench_module_371x2p6_aos_var_call_write.t27 (23,744 elements, 759,808-bit packed vector, ~0.725 MiBit). - Add seal .trinity/seals/scratch_w776_bench_module_371x2p6_aos_var_call_write.json. - Add integration test accepts_w776_bench_module_371x2p6_aos_var_call_write. - Update docs/reports/FPGA_LOOP_CLOSEOUT_W776_2026-07-24.md with validation matrix, weak-point audit, literature scan, and W777 cooperation variants. - Update docs/NOW.md, .claude/plans/wave-loop-777.md, .trinity/experience.md, .claude/skills/t27-wave-loop.md, and .trinity/current-issue.md. - Zero compiler / reference-model / FROZEN_HASH changes. Validation: - cargo build --release -p t27c: OK - cargo test -p t27c --bin t27c: 1494/0/2 - cargo test -p tri: 78/0 - cargo test -p t27c --test icarus_lowerable: 236/0 - t27c parse/icarus-lowerable/icarus-simulate(17 cycles)/icarus-cocotb W776: PASS Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Contributor
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Contributor
PR DashboardGenerated at: 2026-07-24 12:26:39 UTC
Summary
Seal Status
|
This was referenced Jul 24, 2026
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 776 closes #1487 by validating a module-scope
[371][2]^6 Ptpacked array-of-struct variable initialized from a function call, with indexed signed field writes andassert_eqread-back in abenchblock.What changed
scripts/gen_w776.pyderived fromscripts/gen_w775.py.specs/scratch/w776_bench_module_371x2p6_aos_var_call_write.t27(23,744 elements, 759,808-bit packed vector, ~0.725 MiBit)..trinity/seals/scratch_w776_bench_module_371x2p6_aos_var_call_write.json.accepts_w776_bench_module_371x2p6_aos_var_call_write.docs/reports/FPGA_LOOP_CLOSEOUT_W776_2026-07-24.mdwith validation matrix, weak-point audit, 2025-2026 ternary/MVL literature scan, and W777 cooperation variants.docs/NOW.md,.claude/plans/wave-loop-777.md,.trinity/experience.md,.claude/skills/t27-wave-loop.md, and.trinity/current-issue.md.What did NOT change
bootstrap/src/compiler.rs.bootstrap/stage0/FROZEN_HASH(remains68a0b933c00ba5efd7facb5997f00880c3eecae55e6ac5e8cea2aee399b92adc).scripts/cocotb_ref_model.py.Validation
cargo build --release -p t27c: OKcargo test -p t27c --bin t27c: 1494 passed; 0 failed; 2 ignoredcargo test -p tri: 78 passed; 0 failedcargo test -p t27c --test icarus_lowerable: 236 passed; 0 failedt27c parseW776: PASSt27c icarus-lowerableW776: PASS (lowerable)t27c icarus-simulateW776: PASS (17 cycles, PASSED)t27c icarus-cocotbW776: PASS (reference-model OK)Notes
wave-loop-775HEAD (2e86eb0b8) so the odd-dimension ladder could continue without blocking.Closes #N/Fixes #N, though bodies/closeouts still include the link.🤖 Generated with Claude Code