Skip to content

Fix bug where output/inOut connection is incorrectly pruned when unnamed#644

Merged
mkorbel1 merged 12 commits intointel:mainfrom
mkorbel1:out_to_inout_unnamed
Jan 18, 2026
Merged

Fix bug where output/inOut connection is incorrectly pruned when unnamed#644
mkorbel1 merged 12 commits intointel:mainfrom
mkorbel1:out_to_inout_unnamed

Conversation

@mkorbel1
Copy link
Contributor

Description & Motivation

There was a bug where if an output of a module was driving an inOut of another module, and the intermediate signal was not strongly named, the internal signals could get pruned away, causing a null exception due to naming selection assumptions being violated.

Related Issue(s)

N/A

Testing

Added new test that failed without the fix

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

No

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

No

@mkorbel1 mkorbel1 merged commit 20c8128 into intel:main Jan 18, 2026
3 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