From 0ed4da29f6f73920eeef6944ee3beabaa98b6d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Fri, 31 Jan 2025 10:01:11 +0100 Subject: [PATCH] BUILD: fix comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit orfs_floorplan() is a supported flow, nothing hacky, but the user must make sure that only floorplan arguments are passed in. Signed-off-by: Øyvind Harboe --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD b/BUILD index 6abaac0..967b28b 100644 --- a/BUILD +++ b/BUILD @@ -120,7 +120,7 @@ orfs_flow( orfs_floorplan( name = "lb_32x128_shared_synth_floorplan", src = ":lb_32x128_synth", - # HACK! orfs_floorplan() isn't really meant to be called directly + # Make sure we're not passing in any non-floorplan arguments arguments = get_stage_args("floorplan", {}, LB_ARGS, {}), data = LB_STAGE_SOURCES["floorplan"], variant = "blah",