3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-14 12:55:41 +00:00

abc9: cleanup commented code

This commit is contained in:
Lofty 2026-03-18 13:27:59 +00:00
parent 150860c1c3
commit 926814f1e4
3 changed files with 4 additions and 17 deletions

View file

@ -1620,7 +1620,6 @@ clone_lut:
}
}
//log("ABC RESULTS: internal signals: %8d\n", int(signal_list.size()) - in_wires - out_wires);
log("ABC RESULTS: input signals: %8d\n", in_wires);
log("ABC RESULTS: output signals: %8d\n", out_wires);