3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-23 06:13:41 +00:00

Clean * in splitfanout

This commit is contained in:
Akash Levy 2024-08-27 14:33:29 -07:00
parent 4f6a153961
commit b69cbaa792

View file

@ -192,7 +192,7 @@ struct SplitfanoutPass : public Pass {
count_split_pre, log_id(module), count_split_post); count_split_pre, log_id(module), count_split_post);
} }
Pass::call(design, "clean"); Pass::call(design, "clean *");
} }
} SplitfanoutPass; } SplitfanoutPass;