Skip to content

Commit

Permalink
Merge pull request YosysHQ#3801 from jix/witness-aiw2yw-xbits
Browse files Browse the repository at this point in the history
  • Loading branch information
jix authored Jun 12, 2023
2 parents a310bd2 + dcc4d6e commit 06f06c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/smt2/witness.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def aiw2yw(input, mapfile, output):

values = WitnessValues()
for i, v in enumerate(inline):
if v == "x" or outyw.t > 0 and i in aiger_map.init_inputs:
if outyw.t > 0 and i in aiger_map.init_inputs:
continue

try:
Expand Down

0 comments on commit 06f06c7

Please sign in to comment.