mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #3801 from jix/witness-aiw2yw-xbits
This commit is contained in:
commit
06f06c7be2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue