mirror of https://github.com/YosysHQ/yosys.git
No point logging constant bit
This commit is contained in:
parent
950bb4c242
commit
ea154d5ff4
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue