3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-14 21:08:47 +00:00

Add comment

This commit is contained in:
Eddie Hung 2019-09-30 15:19:02 -07:00
parent 74678227c7
commit e0aa772663

View file

@ -1117,6 +1117,7 @@ struct Abc9Pass : public Pass {
auto derived_name = inst_module->derive(design, cell->parameters);
auto derived_module = design->module(derived_name);
log_assert(derived_module);
// FIXME: call once
Pass::call_on_module(design, derived_module, "proc");
SigMap derived_sigmap(derived_module);