From ebbf388bd496189f9e29eb2e11eba82d226a415e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Tue, 29 Oct 2024 14:41:39 +0100 Subject: [PATCH] variants: flattend synthesis with automatic macro placement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- BUILD.bazel | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BUILD.bazel b/BUILD.bazel index ec45c15..30d7cfc 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -360,6 +360,12 @@ SWEEP = { "floorplan": "BoomTile_synth", }, }, + "1": { + "description": "Flattend with automatic macro placement", + "variables": { + "SYNTH_HIERARCHICAL": "0", + }, + }, "2": { "description": "Same as base, but with flattend synthesis", "variables": {