mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 11:25:53 +00:00
No -noclean
This commit is contained in:
parent
c2aa611e5d
commit
6d395134d0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue