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

Support for LogicArray ports #34

Merged
merged 2 commits into from
Nov 29, 2023
Merged

Support for LogicArray ports #34

merged 2 commits into from
Nov 29, 2023

Conversation

mkorbel1
Copy link
Contributor

Description & Motivation

ROHD v0.5.0 supports LogicArrays, including as ports, and for both packed and unpacked dimensions. This PR adds support (and testing) for cosimulating with a SystemVerilog module which has arrays (unpacked and packed, multidimensional) with the rohd-cosim package.

Related Issue(s)

Fix #32

Testing

Added new tests for packed only, 1D unpacked, and 2D unpacked.

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 cb7832f into intel:main Nov 29, 2023
2 checks passed
@mkorbel1 mkorbel1 deleted the arrays branch November 29, 2023 20:23
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.

Support LogicArray ports
1 participant