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
We currently expect that our solver backends support all expressions
generated by the SMV-front-end as-is.
To avoid introducing additional, redundant expressions, this adds a lowering
pass to the SMV type checker.
The lowering pass lowers SMV extend, resize, signed, and unsigned
expressions to typecast expressions.
0 commit comments