mirror of https://github.com/YosysHQ/yosys.git
Add comment
This commit is contained in:
parent
74678227c7
commit
e0aa772663
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue