Skip to content

Commit

Permalink
fix: run ldo simulations only if the mode is set to "full"
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkhandeparkar committed Sep 28, 2023
1 parent 2fba089 commit 97aa886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openfasoc/generators/ldo-gen/tools/ldo-gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
print("# LVS and DRC finished successfully")
print("#----------------------------------------------------------------------")

if args.mode == "full":
# function defined in configure_workspace.py
copy_outputs(directories, args.outputDir, args.platform, user_specs["designName"])

Expand Down

0 comments on commit 97aa886

Please sign in to comment.