Skip to content

fix(gen-verilog): normalize hex/bin literals in array-literal text; more SV keywords - #1971

Merged
gHashTag merged 1 commit into
masterfrom
fix/verilog-hex-and-kw
Aug 8, 2026
Merged

fix(gen-verilog): normalize hex/bin literals in array-literal text; more SV keywords#1971
gHashTag merged 1 commit into
masterfrom
fix/verilog-hex-and-kw

Conversation

@gHashTag

@gHashTag gHashTag commented Aug 8, 2026

Copy link
Copy Markdown
Owner

Refs #1948

  • The packed array-literal concat path works on raw source text (the parser stores element text, not AST), so 0x38/0b.. element literals reached Verilog verbatim — 8'(0x38) is illegal. A text-level normalizer converts hex/bin/underscored literals to decimal.
  • SystemVerilog keyword list extended (context, local, new, null, inside, foreach, …) — a spec param named context emitted input [31:0] context;.

tri-net: icarus 85 → 88 (api_documenter, multipath_router, olsr_routing); link_quality_monitor advances from CE to a signed-i8 runtime divergence. bridge.v regenerated; unit suite at the single pre-existing red. FROZEN_HASH resealed; NOW.md entries added.

🤖 Generated with Claude Code

…ore SV keywords

Refs #1948

- The packed array-literal concat path works on raw source TEXT (the
  parser stores element text, not AST nodes), so `0x38`/`0b..` element
  literals reached Verilog verbatim -- `8'(0x38)` is illegal. A
  text-level normalizer converts hex/bin/underscored literals to plain
  decimal.
- The SystemVerilog keyword list is extended (context, local, new, null,
  inside, foreach, ...) -- a spec parameter named `context` emitted
  `input [31:0] context;`.

tri-net corpus: icarus 85 -> 88 (api_documenter, multipath_router,
olsr_routing). link_quality_monitor advances from compile-error to a
signed-i8 runtime divergence (next tail). bridge.v regenerated; unit
suite at the single pre-existing red. FROZEN_HASH resealed.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@gHashTag
gHashTag enabled auto-merge (squash) August 8, 2026 20:13
@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-08-08 20:13:51 UTC

Summary

Status Count
Total Open PRs 15
PRs with Failing Checks 2
PRs with All Checks Green 13
READY 5
FAILING 2
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=1cb67e851673 != manifest seal=87e5cbd3ad94.
    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).

@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

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

@gHashTag
gHashTag merged commit a908e24 into master Aug 8, 2026
22 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.

1 participant