3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-22 00:26:40 +00:00

No -noclean

This commit is contained in:
Alain Dargelas 2024-10-21 16:23:04 -07:00
parent c2aa611e5d
commit 6d395134d0

View file

@ -236,7 +236,7 @@ struct SplitNetlist : public ScriptPass {
// std::cout << std::endl;
}
// Execute the submod command
Pass::call(design, "submod -copy -noclean");
Pass::call(design, "submod -copy");
}
} SplitNetlist;