3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-21 06:35:49 +00:00
This commit is contained in:
Emil J. Tywoniak 2026-06-11 20:02:02 +02:00
parent 8e522b08c0
commit afdae7b87e
49 changed files with 1258 additions and 891 deletions

View file

@ -562,7 +562,7 @@ struct TechmapWorker
}
}
cell->type = extmapper_module->name;
cell->type_impl = extmapper_module->meta_->name;
cell->parameters.clear();
if (!extern_mode || in_recursion) {
@ -933,7 +933,7 @@ struct TechmapWorker
}
log_debug("%s %s.%s to imported %s.\n", mapmsg_prefix, module, cell, m_name);
cell->type = m_name;
cell->type_impl = cell->module->design->twines.add(Twine{m_name.str()});
cell->parameters.clear();
}
else