mirror of https://github.com/YosysHQ/yosys.git
techmap: fix twine reintern
This commit is contained in:
parent
84829cb11d
commit
611b1bdfb4
|
|
@ -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();
|
cell->parameters.clear();
|
||||||
|
|
||||||
if (!extern_mode || in_recursion) {
|
if (!extern_mode || in_recursion) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue