Skip to content

Commit

Permalink
abc: sort stats
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Oct 18, 2024
1 parent 76eacb4 commit 15c51d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions passes/techmap/abc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1411,6 +1411,7 @@ void abc_module(RTLIL::Design *design, RTLIL::Module *current_module, std::strin
module->connect(conn);
}

cell_stats.sort();
for (auto &it : cell_stats)
log("ABC RESULTS: %15s cells: %8d\n", it.first.c_str(), it.second);
int in_wires = 0, out_wires = 0;
Expand Down

0 comments on commit 15c51d7

Please sign in to comment.