mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 20:05:52 +00:00
Working tree balance pass
This commit is contained in:
parent
f707a3b6cd
commit
4f6a153961
5 changed files with 51 additions and 23 deletions
|
@ -191,6 +191,8 @@ struct SplitfanoutPass : public Pass {
|
|||
log("Split %d cells in module '%s' into %d copies based on fanout.\n",
|
||||
count_split_pre, log_id(module), count_split_post);
|
||||
}
|
||||
|
||||
Pass::call(design, "clean");
|
||||
}
|
||||
} SplitfanoutPass;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue