Skip to content

Commit 322f920

Browse files
authored
Merge pull request #2029 from The-OpenROAD-Project-staging/rm-CTS_BUF_CELL
remove obsolete CTS_BUF_CELL
2 parents 8d444bf + 45462bf commit 322f920

File tree

7 files changed

+0
-42
lines changed

7 files changed

+0
-42
lines changed

flow/platforms/asap7/config.mk

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ export PLACE_DENSITY ?= 0.60
131131
# Endcap and Welltie cells
132132
export TAPCELL_TCL = $(PLATFORM_DIR)/openRoad/tapcell.tcl
133133

134-
# TritonCTS options
135-
export CTS_BUF_CELL ?= BUFx4_ASAP7_75t_R
136-
137134
# Fill cells used in fill cell insertion
138135
export FILL_CELLS = FILLERxp5_ASAP7_75t_R \
139136
FILLER_ASAP7_75t_R \
@@ -172,8 +169,6 @@ ifeq ($(ASAP7_USELVT), 1)
172169

173170
export ABC_DRIVER_CELL = BUFx2_ASAP7_75t_L
174171

175-
export CTS_BUF_CELL = BUFx4_ASAP7_75t_L
176-
177172
export FILL_CELLS = "FILLERxp5_ASAP7_75t_L"
178173

179174
export TAP_CELL_NAME = TAPCELL_ASAP7_75t_L
@@ -223,8 +218,6 @@ ifeq ($(ASAP7_USESLVT), 1)
223218

224219
export ABC_DRIVER_CELL = BUFx2_ASAP7_75t_SL
225220

226-
export CTS_BUF_CELL = BUFx4_ASAP7_75t_SL
227-
228221
export FILL_CELLS = "FILLERxp5_ASAP7_75t_SL"
229222

230223
export TAP_CELL_NAME = TAPCELL_ASAP7_75t_SL

flow/platforms/gf180/config.mk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ export MACRO_PLACE_CHANNEL ?= 20.16 20.16
8686
#--------------------------------------------------------
8787
export PLACE_DENSITY ?= 0.40
8888

89-
#--------------------------------------------------------
90-
# CTS
91-
#--------------------------------------------------------
92-
export CTS_BUF_CELL = gf180mcu_fd_sc_mcu$(TRACK_OPTION)$(POWER_OPTION)__clkbuf_8
93-
9489
#---------------------------------------------------------
9590
# Route
9691
#---------------------------------------------------------

flow/platforms/ihp-sg13g2/config.mk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ export MACRO_PLACE_CHANNEL ?= 80 80
7575
# --------------------------------------------------------
7676
export PLACE_DENSITY ?= 0.65
7777

78-
# --------------------------------------------------------
79-
# CTS
80-
# -------------------------------------------------------
81-
# TritonCTS options
82-
export CTS_BUF_CELL ?= sg13g2_buf_2
8378
# ---------------------------------------------------------
8479
# Route
8580
# ---------------------------------------------------------

flow/platforms/nangate45/config.mk

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,6 @@ export MACRO_PLACE_CHANNEL ?= 18.8 19.95
6767
# --------------------------------------------------------
6868
export PLACE_DENSITY ?= 0.30
6969

70-
# --------------------------------------------------------
71-
# CTS
72-
# -------------------------------------------------------
73-
# TritonCTS options
74-
export CTS_BUF_CELL ?= BUF_X4
75-
7670
# ---------------------------------------------------------
7771
# Route
7872
# ---------------------------------------------------------

flow/platforms/sky130hd/config.mk

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@ export MACRO_PLACE_CHANNEL ?= 80 80
103103
# --------------------------------------------------------
104104
export PLACE_DENSITY ?= 0.60
105105

106-
# --------------------------------------------------------
107-
# CTS
108-
# -------------------------------------------------------
109-
# TritonCTS options
110-
export CTS_BUF_CELL ?= sky130_fd_sc_hd__clkbuf_4
111-
112106
# ---------------------------------------------------------
113107
# Route
114108
# ---------------------------------------------------------

flow/platforms/sky130hd_fakestack/config.mk

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,6 @@ export MACRO_PLACE_CHANNEL ?= 80 80
104104
# --------------------------------------------------------
105105
export PLACE_DENSITY ?= 0.60
106106

107-
# --------------------------------------------------------
108-
# CTS
109-
# -------------------------------------------------------
110-
# TritonCTS options
111-
export CTS_BUF_CELL ?= sky130_fd_sc_hd__clkbuf_4
112-
113107
# ---------------------------------------------------------
114108
# Route
115109
# ---------------------------------------------------------

flow/platforms/sky130hs/config.mk

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ export MACRO_PLACE_CHANNEL ?= 80 80
6565
# --------------------------------------------------------
6666
export PLACE_DENSITY ?= 0.50
6767

68-
#
69-
# --------------------------------------------------------
70-
# CTS
71-
# -------------------------------------------------------
72-
# TritonCTS options
73-
export CTS_BUF_CELL ?= sky130_fd_sc_hs__clkbuf_4
74-
7568
# ---------------------------------------------------------
7669
# Route
7770
# ---------------------------------------------------------

0 commit comments

Comments
 (0)