mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 22:33:41 +00:00
RIP $safe_pmux
This commit is contained in:
parent
28cf48e31f
commit
13f2f36884
16 changed files with 21 additions and 98 deletions
|
@ -84,7 +84,7 @@ struct OptMuxtreeWorker
|
|||
// .const_activated
|
||||
for (auto cell : module->cells())
|
||||
{
|
||||
if (cell->type == "$mux" || cell->type == "$pmux" || cell->type == "$safe_pmux")
|
||||
if (cell->type == "$mux" || cell->type == "$pmux")
|
||||
{
|
||||
RTLIL::SigSpec sig_a = cell->getPort("\\A");
|
||||
RTLIL::SigSpec sig_b = cell->getPort("\\B");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue