Fix issue with $mux in abc

This commit is contained in:
Akash Levy 2025-08-22 08:35:10 -07:00
parent e54fa487b8
commit 4029034ce3
1 changed files with 1 additions and 0 deletions

View File

@ -1370,6 +1370,7 @@ void AbcModuleState::extract(AbcSigMap &assign_map, RTLIL::Design *design, RTLIL
RTLIL::IdString remapped_name = remap_name(c->getPort(name).as_wire()->name);
cell->setPort(name, module->wire(remapped_name));
}
cell->fixup_parameters();
design->select(module, cell);
continue;
}