From 5ee519edb8cbb70465e838d72a2269a62d4ff6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Tue, 10 Sep 2024 06:43:30 +0200 Subject: [PATCH] variables: add global route variables used by RUDY MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- openroad.bzl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openroad.bzl b/openroad.bzl index 3bea99b..6434ce8 100644 --- a/openroad.bzl +++ b/openroad.bzl @@ -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):