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

Reset for flops and try ports #410

Merged
merged 3 commits into from
Sep 14, 2023

Conversation

mkorbel1
Copy link
Contributor

Description & Motivation

This PR has a couple things in one:

  • "try" ports, where it will return null if a port doesn't exist (on a Module or an Interface)
  • Reset (and reset value) on flop and FlipFlop.

Related Issue(s)

Fix #69
Fix #405

Testing

Added tests for new functionality

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?

Updated API docs

@mkorbel1 mkorbel1 merged commit 6c35997 into intel:main Sep 14, 2023
2 checks passed
@mkorbel1 mkorbel1 deleted the reset_flops_and_try_ports branch September 14, 2023 16:22
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.

Add tryInput and tryOutput that returns null if input and output don't exist Add reset signal to FlipFlop
1 participant