Skip to content

fix(hir): inherit ANSI port header type#24

Merged
hongjr03 merged 1 commit into
masterfrom
fix/ansi-port-header-inheritance
May 18, 2026
Merged

fix(hir): inherit ANSI port header type#24
hongjr03 merged 1 commit into
masterfrom
fix/ansi-port-header-inheritance

Conversation

@hongjr03
Copy link
Copy Markdown
Member

@hongjr03 hongjr03 commented May 18, 2026

Closes #23.

Slang treats an ImplicitType as totally empty when it has neither signing nor dimensions. A parser placeholder can still be present for omitted syntax. See https://github.com/roife/slang/blob/2b59467291ff0abca1613b5208fcde0521513457/source/ast/symbols/PortSymbols.cpp#L91-L98

So there's no need checking placeholder.

@hongjr03 hongjr03 marked this pull request as ready for review May 18, 2026 15:30
@hongjr03 hongjr03 merged commit 14d3c73 into master May 18, 2026
15 checks passed
@hongjr03 hongjr03 deleted the fix/ansi-port-header-inheritance branch May 18, 2026 17:05
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.

Shared ANSI-style port declarations lose width information in completion

1 participant