mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 19:35:53 +00:00
erase, clear, fork replace, idk
This commit is contained in:
parent
cc10ef7019
commit
193a43e82c
13 changed files with 134 additions and 69 deletions
|
@ -208,7 +208,7 @@ struct SubmodWorker
|
|||
|
||||
for (RTLIL::Cell *cell : submod.cells) {
|
||||
RTLIL::Cell *new_cell = new_mod->addCell(cell->name, cell);
|
||||
for (auto &conn : new_cell->connections_)
|
||||
for (auto conn : new_cell->connections_)
|
||||
for (auto &bit : conn.second)
|
||||
if (bit.wire != nullptr) {
|
||||
log_assert(wire_flags.count(bit.wire) > 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue