Skip to content

Commit

Permalink
cts: include ADDITIONAL_LIBS in variables to CTS stage
Browse files Browse the repository at this point in the history
This is not strictly necessary for the execution of this stage,
but it is useful, otherwise .lib files are not included
in make cts_issue

Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Mar 22, 2024
1 parent 896154c commit a32d5a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openroad.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ def build_openroad(

stage_args["place"] = stage_args.get("place", []) + libs_args + io_constraints_args

stage_args["cts"] = stage_args.get("cts", []) + libs_args

stage_args["final"] = stage_args.get("final", []) + gds_args + lefs_args + (
["GND_NETS_VOLTAGES=\"\"", "PWR_NETS_VOLTAGES=\"\""]
) + (
Expand Down

0 comments on commit a32d5a1

Please sign in to comment.