From 23dc602d45c6605468115a3beb31573214a806f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Mon, 18 Nov 2024 13:37:07 +0100 Subject: [PATCH] macro: automatic placement with flattened synthesis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- BUILD.bazel | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/BUILD.bazel b/BUILD.bazel index 994328b..2ea9d56 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -377,6 +377,15 @@ SWEEP = { }, "stage_sources": {"floorplan": ["write_macro_placement"]}, }, + "1": { + "description": "Flattend, automatic macro placement", + "variables": { + "SYNTH_HIERARCHICAL": "0", + "GPL_TIMING_DRIVEN": "1", + "SKIP_CTS_REPAIR_TIMING": "0", + "SKIP_LAST_GASP": "0", + } + }, } BOOMTILE_VARIABLES = SKIP_REPORT_METRICS | FAST_BUILD_SETTINGS | {