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
In the generated z3, the constraints appropriately use module instance names, e.g. inst.io.in := bits turns into something like (assert (= (field_in (field_io inst)) bits))
However the label checking that uses these fields as labels doesn't do the right thing, e.g. the label inst.io.lbl is turned in to (field_lbl io) instead of (field_lbl (field io) inst)
The text was updated successfully, but these errors were encountered:
dz333
added
bug
Something isn't working
v0.1
Issues that affect version v0.1 of secure-firrtl
labels
Nov 7, 2019
In the generated z3, the constraints appropriately use module instance names, e.g.
inst.io.in := bits
turns into something like(assert (= (field_in (field_io inst)) bits))
However the label checking that uses these fields as labels doesn't do the right thing, e.g. the label
inst.io.lbl
is turned in to(field_lbl io)
instead of(field_lbl (field io) inst)
The text was updated successfully, but these errors were encountered: