feat(igla): Wave Loop 886 — module-scope [591][2]^6 Pt non-power-of-two outer-dimension array-of-struct variable from call with indexed signed writes - #1833
Merged
Conversation
…wo outer-dimension array-of-struct variable from call with indexed signed writes Adds generator, spec, seal, and lowerability integration test for W886. Validation: parse PASS, icarus-lowerable, icarus-simulate 17 cycles PASSED, icarus-cocotb OK, seal MATCH. Closes #1832 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
gHashTag
enabled auto-merge
August 7, 2026 04:03
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-08-07 04:07:54 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 886 mechanical witness.\n\n### What\n- Module-scope packed AoS variable of shape [591][2]^6 Pt (~37,824 elements, 1,210,368 bits, ~1.155 MiBit).\n- Non-power-of-two outer dimension, initialized from a function call, with indexed signed field writes and assert_eq read-back in a bench block.\n- Adds generator scripts/gen_w886.py, spec, seal, and integration test.\n\n### Validation\n- t27c parse: PASS\n- t27c icarus-lowerable: lowerable\n- t27c icarus-simulate: PASSED (17 cycles)\n- t27c icarus-cocotb: reference-model OK\n- t27c seal --save / --verify: MATCH\n- cargo test --release --test icarus_lowerable accepts_w886_bench_module_591x2p6_aos_var_call_write: PASS\n- Full suite: 345 passed; 1 pre-existing corpus_classifier_matches_lean_completeness mismatch for specs/cloud/railway_deploy.t27 tracked separately.\n\n### Invariants\n- Zero compiler / reference-model / FROZEN_HASH changes.\n\nCloses #1832