From d9d6d0cd94d4c038f6078d9b7db411264f98a45c Mon Sep 17 00:00:00 2001 From: Computer Bot Date: Sat, 16 May 2026 17:18:24 +0000 Subject: [PATCH] =?UTF-8?q?fix(lane-l):=20relax=20CLOCK=5FPERIOD=2020->25n?= =?UTF-8?q?s=20+=20tighten=20resizer=20slack=20=E2=80=94=20Plan=20B=20for?= =?UTF-8?q?=20PR=20#46=20GDS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/config.json b/src/config.json index cea24d6..33cd46f 100644 --- a/src/config.json +++ b/src/config.json @@ -1,8 +1,10 @@ { - "PL_TARGET_DENSITY_PCT": 45, - "CLOCK_PERIOD": 20, + "PL_TARGET_DENSITY_PCT": 40, + "CLOCK_PERIOD": 25, "PL_RESIZER_HOLD_SLACK_MARGIN": 0.1, "GRT_RESIZER_HOLD_SLACK_MARGIN": 0.05, + "GRT_RESIZER_SETUP_SLACK_MARGIN": 0.3, + "PL_RESIZER_SETUP_SLACK_MARGIN": 0.3, "RUN_LINTER": 1, "LINTER_INCLUDE_PDK_MODELS": 1, "CLOCK_PORT": "clk",