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
The SMT simplification logic appears to open a scope in visit_model when it should be closing one. I suspect this has no effect because the model is the top-level entity, but it seems odd.
The SMT simplification logic appears to open a scope in
visit_modelwhen it should be closing one. I suspect this has no effect because the model is the top-level entity, but it seems odd.