mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-14 09:56:16 +00:00
bugfix in opt_share
This commit is contained in:
parent
137f35373f
commit
951c72ba52
1 changed files with 1 additions and 0 deletions
|
@ -270,6 +270,7 @@ struct OptShareWorker
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log(" Removing %s cell `%s' from module `%s'.\n", cell->type.c_str(), cell->name.c_str(), module->name.c_str());
|
log(" Removing %s cell `%s' from module `%s'.\n", cell->type.c_str(), cell->name.c_str(), module->name.c_str());
|
||||||
|
cell_hash_cache.erase(cell);
|
||||||
module->remove(cell);
|
module->remove(cell);
|
||||||
total_count++;
|
total_count++;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue