mirror of https://github.com/YosysHQ/yosys.git
Regression in abc9
This commit is contained in:
parent
bb79e050a5
commit
72eacdb9f8
|
@ -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;
|
if (cell && markgroups) cell->attributes[ID(abcgroup)] = map_autoidx;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
cell_stats[RTLIL::unescape_id(c->type)]++;
|
cell_stats[c->type]++;
|
||||||
|
|
||||||
RTLIL::Cell *existing_cell = nullptr;
|
RTLIL::Cell *existing_cell = nullptr;
|
||||||
if (c->type == ID($lut)) {
|
if (c->type == ID($lut)) {
|
||||||
|
|
Loading…
Reference in New Issue