Skip to content

Commit

Permalink
variables: add global route variables used by RUDY
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Sep 10, 2024
1 parent bb04e43 commit 5ee519e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openroad.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,9 @@ STAGE_ARGS_USES = {
"GPL_ROUTABILITY_DRIVEN": ["place"],
"GPL_TIMING_DRIVEN": ["place"],
"SKIP_INCREMENTAL_REPAIR": ["grt"],
"MIN_ROUTING_LAYER": ["place", "grt", "route", "final"],
"MAX_ROUTING_LAYER": ["place", "grt", "route", "final"],
"ROUTING_LAYER_ADJUSTMENT": ["place", "grt", "route", "final"],
}

def get_stage_args(stage, stage_args, args):
Expand Down

0 comments on commit 5ee519e

Please sign in to comment.