3
0
Fork 0
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:
Alain Dargelas 2024-11-19 09:35:07 -08:00
parent 123e038198
commit 93df7e095f

View file

@ -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");