mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 08:35:32 +00:00
Remove copy in submod
This commit is contained in:
parent
123e038198
commit
93df7e095f
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ struct SplitNetlist : public ScriptPass {
|
|||
}
|
||||
|
||||
// Execute the submod command
|
||||
Pass::call(design, "submod -copy");
|
||||
Pass::call(design, "submod");
|
||||
|
||||
// Remove buffers introduced by bufnorm
|
||||
Pass::call(design, "techmap -D SIMLIB_NOCHECKS -map +/simlib.v t:$buf");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue