mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 16:45:32 +00:00
Clean * in splitfanout
This commit is contained in:
parent
4f6a153961
commit
b69cbaa792
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue