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
For a primitive not gate with input i and output o, this now generates the constraint
i = !o
as opposed to
!i = o
While logically equivalent, the new constraint is easier to read, and
enables the generation of netlists that are more compact.
0 commit comments