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 #348: make Case and CaseZ use edge-sampled signals for expression evaluation #349

Merged
merged 3 commits into from
Apr 21, 2023

Conversation

mkorbel1
Copy link
Contributor

Description & Motivation

Case and CaseZ were not properly using edge-sampled signals for expression evaluation in Sequentials. This PR fixes that bug (#348) and also add tests for both, as well as If for good measure.

Related Issue(s)

Fix #348

Testing

Added new tests covering the bug, confirmed failure without the fix.

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 4f38088 into intel:main Apr 21, 2023
@mkorbel1 mkorbel1 deleted the floppedexprs branch April 21, 2023 22:18
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.

Case and CaseZ don't use the edge-sampled version of expression
1 participant