Regression in abc9

This commit is contained in:
Miodrag Milanovic 2019-08-16 13:21:11 +02:00
parent bb79e050a5
commit 72eacdb9f8
1 changed files with 1 additions and 1 deletions

View 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)) {