From f11fbdb35eeae7f8d5e08a58fb7d040f11cb9f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Sat, 1 Feb 2025 09:28:22 +0100 Subject: [PATCH] orfs_flow: sources can expand to multiple files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- openroad.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openroad.bzl b/openroad.bzl index d0e3288..5cfaa62 100644 --- a/openroad.bzl +++ b/openroad.bzl @@ -1341,7 +1341,7 @@ def get_stage_args(stage, stage_arguments, arguments, sources): """ unsorted_dict = ( { - arg: " ".join(_map(lambda v: "$(location {})".format(v), value)) + arg: " ".join(_map(lambda v: "$(locations {})".format(v), value)) for arg, value in sources.items() if arg in ALL_STAGE_TO_VARIABLES[stage] or arg not in ALL_VARIABLE_TO_STAGES } | {