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

No reset on all-combinational behavior #40

Open
nbingham1 opened this issue Dec 31, 2024 · 0 comments
Open

No reset on all-combinational behavior #40

nbingham1 opened this issue Dec 31, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@nbingham1
Copy link
Contributor

Description

Behaviors that are only combinational (a cycle of inverters) aren't properly reset.

Steps to Reproduce

$ 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+

Expected Behavior

a should be reset low like so:

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+

Versions

  • OS: Ubuntu 24.04.1 LTS
  • Loom Version: v0.12.1

Supporting Files and Screenshots

loop.hse

a-;
*[ a+; a- ]
@nbingham1 nbingham1 added the bug Something isn't working label Dec 31, 2024
@nbingham1 nbingham1 self-assigned this Dec 31, 2024
@nbingham1 nbingham1 added this to the Alpha Release milestone Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant