From d2509fe4491011a36b119fa91a981389ea1f830d Mon Sep 17 00:00:00 2001 From: Daniel Schultz Date: Fri, 17 Apr 2026 17:45:03 +0200 Subject: [PATCH] platforms: gf180: endcap_cpp is deprecated [WARNING TAP-0014] endcap_cpp option is deprecated. Remove this deprecated option, since it's not used in OpenROAD's tapcell module anymore. Also clean up the uart-blocks design for gf180. Signed-off-by: Daniel Schultz --- flow/designs/gf180/uart-blocks/tapcell.tcl | 1 - flow/platforms/gf180/openROAD/tapcell.tcl | 1 - 2 files changed, 2 deletions(-) diff --git a/flow/designs/gf180/uart-blocks/tapcell.tcl b/flow/designs/gf180/uart-blocks/tapcell.tcl index aa4a9daa9d..185fb32dd9 100644 --- a/flow/designs/gf180/uart-blocks/tapcell.tcl +++ b/flow/designs/gf180/uart-blocks/tapcell.tcl @@ -1,5 +1,4 @@ tapcell \ - -endcap_cpp "12" \ -distance 100 \ -tapcell_master $::env(TIE_CELL) \ -endcap_master $::env(ENDCAP_CELL) \ diff --git a/flow/platforms/gf180/openROAD/tapcell.tcl b/flow/platforms/gf180/openROAD/tapcell.tcl index 24ebce5587..9620fa39d8 100644 --- a/flow/platforms/gf180/openROAD/tapcell.tcl +++ b/flow/platforms/gf180/openROAD/tapcell.tcl @@ -1,5 +1,4 @@ tapcell \ - -endcap_cpp "12" \ -distance 100 \ -tapcell_master $::env(TIE_CELL) \ -endcap_master $::env(ENDCAP_CELL)