mirror of https://github.com/YosysHQ/yosys.git
Minor bugfix in submod
This commit is contained in:
parent
617693e691
commit
1827a48964
|
@ -169,6 +169,7 @@ struct SubmodWorker
|
|||
}
|
||||
|
||||
new_mod->fixup_ports();
|
||||
ct.setup_module(new_mod);
|
||||
|
||||
for (RTLIL::Cell *cell : submod.cells) {
|
||||
RTLIL::Cell *new_cell = new_mod->addCell(cell->name, cell);
|
||||
|
|
Loading…
Reference in New Issue