We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Behaviors that are only combinational (a cycle of inverters) aren't properly reset.
$ lm build -s loop.hse
observe no reset signals added
require driven, stable, noninterfering a<1>->v1- ~a<1>->v1+ v1<1>->v0- ~v1<1>->v0+ v0<1>->a- ~v0<1>->a+
a should be reset low like so:
a
require driven, stable, noninterfering a<1>->v1- ~a<1>->v1+ v1<1>->v0- ~v1<1>->v0+ Reset<1>|v0<1>->a- ~Reset<2>&~v0<2>->a+
loop.hse
a-; *[ a+; a- ]
The text was updated successfully, but these errors were encountered:
nbingham1
No branches or pull requests
Description
Behaviors that are only combinational (a cycle of inverters) aren't properly reset.
Steps to Reproduce
observe no reset signals added
Expected Behavior
a
should be reset low like so:Versions
Supporting Files and Screenshots
loop.hse
The text was updated successfully, but these errors were encountered: