From 9dea161321c7a3fb47b5e085f91b4ecf40c9e209 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 3 Oct 2014 19:21:04 +0200 Subject: sort cell types in "stat" output by name --- passes/cmds/stat.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'passes') diff --git a/passes/cmds/stat.cc b/passes/cmds/stat.cc index b21ba01b..51f1f0ca 100644 --- a/passes/cmds/stat.cc +++ b/passes/cmds/stat.cc @@ -33,7 +33,7 @@ struct statdata_t STAT_INT_MEMBERS #undef X - std::map num_cells_by_type; + std::map num_cells_by_type; statdata_t operator+(const statdata_t &other) const { @@ -147,7 +147,7 @@ struct statdata_t statdata_t hierarchy_worker(std::map &mod_stat, RTLIL::IdString mod, int level) { statdata_t mod_data = mod_stat.at(mod); - std::map num_cells_by_type; + std::map num_cells_by_type; num_cells_by_type.swap(mod_data.num_cells_by_type); for (auto &it : num_cells_by_type) -- cgit v1.2.3