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:
parent
84829cb11d
commit
611b1bdfb4
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue