Regression test for interface instance arrays - #1975
Draft
kroening wants to merge 1 commit into
Draft
Conversation
kroening
marked this pull request as draft
July 8, 2026 01:09
kroening
force-pushed
the
kroening/instance-arrays
branch
from
July 8, 2026 01:59
5e08c4c to
f4d3513
Compare
Arrays of interface instances (1800-2017 25.3.1) are covered by the module instance array implementation; this adds a regression test, including hierarchical references to members of the array elements.
kroening
force-pushed
the
kroening/instance-arrays
branch
from
September 6, 2026 01:38
f4d3513 to
28e3061
Compare
kroening
changed the base branch from
main
to
kroening/module-instance-arrays
September 6, 2026 01:38
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.
Summary
Rebased on top of #2125, which implements instance arrays generically for both modules and interfaces. The implementation that was previously in this PR is superseded by #2125; what remains is the regression test for arrays of interface instances (IEEE 1800-2017 25.3.1), including hierarchical references to members of the array elements (
bus[0].data).Depends on #2125 and should be merged after it.
Test plan
regression/verilog/interface/interface_array1passes