3
0
Fork 0
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:
Eddie Hung 2019-09-20 17:42:36 -07:00
parent f3781f98db
commit 567e5f0aa7
2 changed files with 2 additions and 2 deletions

View file

@ -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;