mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 16:03:17 +00:00
WIP
This commit is contained in:
parent
559f3379e8
commit
a819656972
3 changed files with 7 additions and 63 deletions
|
@ -386,8 +386,6 @@ void prep_holes(RTLIL::Module *module)
|
|||
}
|
||||
}
|
||||
|
||||
// NB: Assume box_module->ports are sorted alphabetically
|
||||
// (as RTLIL::Module::fixup_ports() would do)
|
||||
for (const auto &port_name : box_ports.at(cell->type)) {
|
||||
RTLIL::Wire *w = box_module->wire(port_name);
|
||||
log_assert(w);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue