1
0
mirror of synced 2026-01-25 20:06:27 +00:00

No point logging constant bit

This commit is contained in:
Eddie Hung
2019-06-21 12:46:55 -07:00
parent 70c93ea0c4
commit bd7ec673dd

View File

@@ -110,7 +110,7 @@ struct XAigerWriter
}
if (bit == State::Sx || bit == State::Sz) {
log_debug("Bit '%s' contains 'x' or 'z' bits. Treating as 1'b0.\n", log_signal(bit));
log_debug("Design contains 'x' or 'z' bits. Treating as 1'b0.\n");
a = aig_map.at(State::S0);
}