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

Add PairInterface #379

Merged
merged 17 commits into from
Jun 8, 2023
Merged

Add PairInterface #379

merged 17 commits into from
Jun 8, 2023

Conversation

mkorbel1
Copy link
Contributor

@mkorbel1 mkorbel1 commented Jun 7, 2023

Description & Motivation

The common case for an Interface does not require so much flexibility and would benefit from additional automation. The PairInterface provides this. See documentation in this PR for details.

Also:

  • Adds driveOther, receiveOther, conditionalDriveOther, and conditionalReceiveOther as automation to assign signals between interface instances.
  • Fixed @protected tags on addInputArray and addOutputArray in Module
  • Fixed a bug where arrays on Interfaces wouldn't actually add a LogicArray to the Module, just a port of the same width.

Related Issue(s)

Fix #201

Testing

Added new tests

Backwards-compatibility

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

Not really, just bug fixes

Documentation

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

Yes, updated

@mkorbel1 mkorbel1 merged commit e1d140c into intel:main Jun 8, 2023
@mkorbel1 mkorbel1 deleted the pairinterface branch June 8, 2023 00:43
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.

Make a simpler type of Interface for common use cases
1 participant