Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug where unconnected array drivers may be omitted incorrectly #496

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

mkorbel1
Copy link
Contributor

Description & Motivation

Similar to the changes in #494, this is an expansion to search properly for potentially undriven or unconventionally connected elements of LogicArrays and LogicStructures which could sometimes be missed from being added to internalSignals. This doesn't affect functionality during simulation, and wouldn't really affect generated SystemVerilog either, but the SystemVerilog generation may hit assertions and break assumptions with the missing signals. It can also make results confusing for anything depending on internalSignals APIs.

This PR fixes the issues.

Related Issue(s)

N/A

Testing

Add new test + existing tests

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 23bd6a5 into intel:main Jun 26, 2024
3 checks passed
@mkorbel1 mkorbel1 deleted the array_unconnected_search branch June 26, 2024 17:01
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