mirror of https://github.com/YosysHQ/yosys.git
Clean * in splitfanout
This commit is contained in:
parent
4f6a153961
commit
b69cbaa792
|
|
@ -192,7 +192,7 @@ struct SplitfanoutPass : public Pass {
|
|||
count_split_pre, log_id(module), count_split_post);
|
||||
}
|
||||
|
||||
Pass::call(design, "clean");
|
||||
Pass::call(design, "clean *");
|
||||
}
|
||||
} SplitfanoutPass;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue