From 3a70b88d2443af35e1b803026401fe2b92f1e3f9 Mon Sep 17 00:00:00 2001 From: Illia Vysochyn Date: Wed, 31 Jul 2024 18:29:35 +0200 Subject: [PATCH] BUILD.bazel: Hack L1MetadataArray target The 'place' stage of 'L1MetadataArray' target fails to be built through Bazel dependency preparation and 'make place' script invocation. This commit adds environment variables from the 'floorplan' stage to 'place' stage to temporarily fix the issue. Signed-off-by: Illia Vysochyn --- BUILD.bazel | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD.bazel b/BUILD.bazel index 7853bc7..909105b 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -216,6 +216,10 @@ orfs_flow( "PLACE_DENSITY": "0.20", "PLACE_PINS_ARGS": "-annealing", "IO_CONSTRAINTS": "$(location :io)", + # FIXME: This is a hack to work around the broken './make place' + "CORE_UTILIZATION": "3", + "RTLMP_FLOW": "True", + "CORE_MARGIN": "2", }, }, stage_sources = {