You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
I've had a bit of free time lately and I figured this would be easy given that this is similar to implementing k-induction. Unfortunately, it seems there is no signal label for the Cover statement like there is for assert (IsBad), or assume(IsConstraint). I could add it here by the looks of it but firrtl doesn't seem to be maintained anymore. Should we be trying to move to circt? Maybe I should just submit a pr to firrtl? I hope you could give me some advice!
Cover statements are not yet possible. Something like:
verified with:
Which should generate a trace showing that it is possible for out to go high.
The text was updated successfully, but these errors were encountered: