techmap: fix twine reintern

This commit is contained in:
Emil J. Tywoniak 2026-06-20 18:48:58 +02:00
parent 84829cb11d
commit 611b1bdfb4
1 changed files with 1 additions and 1 deletions

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) {