Regression in abc9
authorMiodrag Milanovic <mmicko@gmail.com>
Fri, 16 Aug 2019 11:21:11 +0000 (13:21 +0200)
committerMiodrag Milanovic <mmicko@gmail.com>
Fri, 16 Aug 2019 11:21:11 +0000 (13:21 +0200)
passes/techmap/abc9.cc

index 752535f34a50d2f6e4958dc03a5355a906199d4b..c3c8f879f81f93980589b8f58ba9d60146d9917e 100644 (file)
@@ -628,7 +628,7 @@ void abc9_module(RTLIL::Design *design, RTLIL::Module *current_module, std::stri
                                if (cell && markgroups) cell->attributes[ID(abcgroup)] = map_autoidx;
                                continue;
                        }
-                       cell_stats[RTLIL::unescape_id(c->type)]++;
+                       cell_stats[c->type]++;
 
                        RTLIL::Cell *existing_cell = nullptr;
                        if (c->type == ID($lut)) {