From 133e3707ea09446ded6bca080ee506c9828469cb Mon Sep 17 00:00:00 2001 From: Peter-Herrmann Date: Sun, 5 Nov 2023 18:01:44 -0800 Subject: [PATCH] running with ahlo instead of tap halo --- openlane/user_project_wrapper/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openlane/user_project_wrapper/config.json b/openlane/user_project_wrapper/config.json index 7b164f2..cb5264e 100644 --- a/openlane/user_project_wrapper/config.json +++ b/openlane/user_project_wrapper/config.json @@ -101,8 +101,7 @@ "GRT_REPAIR_ANTENNAS": 0, "GRT_MAX_DIODE_INS_ITERS": 100000, "GRT_ANT_ITERS": 100000, - "FP_TAP_HORIZONTAL_HALO": 60, - "FP_TAP_VERTICAL_HALO": 60, + "PL_MACRO_HALO": "60 60", "SYNTH_USE_PG_PINS_DEFINES": "USE_POWER_PINS", "UNIT": 2.4, "FP_IO_VEXTEND": "expr::2 * $UNIT",