From 41c51d5a8a208de0f4439acc3b06fe03a4996555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Mon, 29 Jul 2024 21:46:06 +0200 Subject: [PATCH] megaboom: reduce placement density from 0.27 to 0.20 and it passes detailed routing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index 6a01db4..8a72316 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -836,7 +836,7 @@ build_openroad( ], 'cts': ['TNS_END_PERCENT=0', 'SKIP_CTS_REPAIR_TIMING=1'], - 'place': ['PLACE_DENSITY=0.27', + 'place': ['PLACE_DENSITY=0.20', 'PLACE_PINS_ARGS=-annealing', 'GPL_ROUTABILITY_DRIVEN=0'], 'grt': ['SKIP_INCREMENTAL_REPAIR=1',