Revert "Use sigmap signal"

This reverts commit 42f990f3a6.
This commit is contained in:
Eddie Hung 2019-12-17 00:00:07 -08:00
parent aed67dd020
commit 2e71130700
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ struct XAigerWriter
SigBit O = sigmap(b);
if (O != b)
alias_map[O] = b;
input_bits.erase(O);
input_bits.erase(b);
undriven_bits.erase(O);
}
}