From b58d20dfa0a08b432fdcb19725ea293dfa11868b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Fri, 20 Sep 2024 07:43:45 +0200 Subject: [PATCH] orfs_flow: add FLORPLAN_DEF variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- openroad.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/openroad.bzl b/openroad.bzl index 541b1022..ccdc513d 100644 --- a/openroad.bzl +++ b/openroad.bzl @@ -1236,6 +1236,7 @@ ALL_STAGES = ["synth", "floorplan", "place", "cts", "grt", "route", "final", "ge # about the ORFS code that there is no known nice way for ORFS to # provide. STAGE_ARGS_USES = { + "FLOORPLAN_DEF": ["floorplan"], "PLACE_DENSITY": ["floorplan", "place"], "SDC_FILE": ["synth"], "IO_CONSTRAINTS": ["floorplan", "place"],