mirror of https://github.com/YosysHQ/yosys.git
Missing debug message
This commit is contained in:
parent
237d8651a5
commit
bd198aa803
|
@ -901,6 +901,7 @@ void AigerReader::post_process()
|
||||||
wire->port_output = false;
|
wire->port_output = false;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
log_debug("Renaming output %s", log_id(wire));
|
||||||
|
|
||||||
if (index == 0) {
|
if (index == 0) {
|
||||||
// Cope with the fact that a CO might be identical
|
// Cope with the fact that a CO might be identical
|
||||||
|
|
Loading…
Reference in New Issue