Skip to content

Commit

Permalink
Remove copy in submod
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Dargelas committed Nov 19, 2024
1 parent 123e038 commit 93df7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passes/cmds/splitnetlist.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 93df7e0

Please sign in to comment.