mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 20:33:39 +00:00
RIP $safe_pmux
This commit is contained in:
parent
28cf48e31f
commit
13f2f36884
16 changed files with 21 additions and 98 deletions
|
@ -224,7 +224,6 @@ struct OptShareWorker
|
|||
if (mode_nomux) {
|
||||
ct.cell_types.erase("$mux");
|
||||
ct.cell_types.erase("$pmux");
|
||||
ct.cell_types.erase("$safe_pmux");
|
||||
}
|
||||
|
||||
log("Finding identical cells in module `%s'.\n", module->name.c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue