mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Fix first testcase in #1391
This commit is contained in:
parent
f3781f98db
commit
567e5f0aa7
2 changed files with 2 additions and 2 deletions
|
@ -224,7 +224,7 @@ struct TechmapWorker
|
|||
|
||||
for (auto bit : sigmaps.at(tpl)(it.second))
|
||||
if (bit.wire != nullptr)
|
||||
autopurge_tpl_bits.insert(it.second);
|
||||
autopurge_tpl_bits.insert(bit);
|
||||
}
|
||||
}
|
||||
IdString w_name = it.second->name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue