From 85ea2f92c889c79a7c1919eda0604ab6724276ea Mon Sep 17 00:00:00 2001 From: Daniel Schultz Date: Mon, 16 Mar 2026 16:36:06 +0100 Subject: [PATCH 1/2] platforms: ihp-sg13g2: Fix track pitch The routing directions changed some time ago in the IHP PDK. Additionally, this file uses out-dated pitch values for M1-4 and wrong values for M5+TM1. Signed-off-by: Daniel Schultz --- flow/platforms/ihp-sg13g2/make_tracks.tcl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flow/platforms/ihp-sg13g2/make_tracks.tcl b/flow/platforms/ihp-sg13g2/make_tracks.tcl index b3380eb7ef..538de65622 100644 --- a/flow/platforms/ihp-sg13g2/make_tracks.tcl +++ b/flow/platforms/ihp-sg13g2/make_tracks.tcl @@ -1,7 +1,7 @@ -make_tracks Metal1 -x_offset 0.0 -x_pitch 0.48 -y_offset 0.0 -y_pitch 0.48 -make_tracks Metal2 -x_offset 0.0 -x_pitch 0.42 -y_offset 0.0 -y_pitch 0.42 -make_tracks Metal3 -x_offset 0.0 -x_pitch 0.48 -y_offset 0.0 -y_pitch 0.48 -make_tracks Metal4 -x_offset 0.0 -x_pitch 0.42 -y_offset 0.0 -y_pitch 0.42 -make_tracks Metal5 -x_offset 0.0 -x_pitch 3.48 -y_offset 0.0 -y_pitch 0.48 -make_tracks TopMetal1 -x_offset 1.46 -x_pitch 2.28 -y_offset 1.46 -y_pitch 2.28 +make_tracks Metal1 -x_offset 0.0 -x_pitch 0.48 -y_offset 0.0 -y_pitch 0.42 +make_tracks Metal2 -x_offset 0.0 -x_pitch 0.48 -y_offset 0.0 -y_pitch 0.42 +make_tracks Metal3 -x_offset 0.0 -x_pitch 0.48 -y_offset 0.0 -y_pitch 0.42 +make_tracks Metal4 -x_offset 0.0 -x_pitch 0.48 -y_offset 0.0 -y_pitch 0.42 +make_tracks Metal5 -x_offset 0.0 -x_pitch 0.48 -y_offset 0.0 -y_pitch 0.42 +make_tracks TopMetal1 -x_offset 1.64 -x_pitch 3.28 -y_offset 1.64 -y_pitch 3.28 make_tracks TopMetal2 -x_offset 2.0 -x_pitch 4.0 -y_offset 2.0 -y_pitch 4.0 From 5a5f5860d1107c72313e7870f00ed7de6dd35d33 Mon Sep 17 00:00:00 2001 From: Daniel Schultz Date: Mon, 16 Mar 2026 21:12:48 +0100 Subject: [PATCH 2/2] designs: ihp-sg13g2: jpeg: Update rules-based Update detailedroute__antenna_diodes_count to match latest test. Signed-off-by: Daniel Schultz --- flow/designs/ihp-sg13g2/jpeg/rules-base.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flow/designs/ihp-sg13g2/jpeg/rules-base.json b/flow/designs/ihp-sg13g2/jpeg/rules-base.json index ce42b4ed9f..1b72821629 100644 --- a/flow/designs/ihp-sg13g2/jpeg/rules-base.json +++ b/flow/designs/ihp-sg13g2/jpeg/rules-base.json @@ -76,7 +76,7 @@ "compare": "<=" }, "detailedroute__antenna_diodes_count": { - "value": 135, + "value": 141, "compare": "<=" }, "finish__timing__setup__ws": { @@ -99,4 +99,4 @@ "value": 1053077, "compare": "<=" } -} \ No newline at end of file +}