Merge branch 'xaig' into xc7mux

This commit is contained in:
Eddie Hung 2019-04-10 18:07:11 -07:00
commit 227cc54c16
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ struct XAigerWriter
}
if (is_output) {
SigBit O = sigmap(b);
if (!input_bits.count(O) && !output_bits.count(O))
if (!input_bits.count(O))
ci_bits.insert(O);
}
}