3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 03:35:40 +00:00

techmap: fix twine reintern

This commit is contained in:
Emil J. Tywoniak 2026-06-20 18:48:58 +02:00
parent 84829cb11d
commit 611b1bdfb4

View file

@ -566,7 +566,7 @@ struct TechmapWorker
}
}
cell->type_impl = extmapper_module->meta_->name;
cell->type_impl = cell->module->design->twines.add(std::string{m_name});
cell->parameters.clear();
if (!extern_mode || in_recursion) {