3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-31 16:33:19 +00:00

Missing debug message

This commit is contained in:
Eddie Hung 2019-07-11 10:07:14 -07:00
parent 237d8651a5
commit bd198aa803

View file

@ -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