Skip to content

Commit 02d2c17

Browse files
authored
Merge pull request #761 from The-OpenROAD-Project-staging/asap7-decap-fill
asap7: add decap cells as FILL_CELLS
2 parents 9895e23 + 37e6c62 commit 02d2c17

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

flow/platforms/asap7/config.mk

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,14 @@ export CTS_BUF_CELL ?= BUFx4_ASAP7_75t_R
102102
export CTS_BUF_DISTANCE ?= 60
103103

104104
# Fill cells used in fill cell insertion
105-
export FILL_CELLS = "FILLERxp5_ASAP7_75t_R"
105+
export FILL_CELLS = \
106+
FILLERxp5_ASAP7_75t_R \
107+
FILLER_ASAP7_75t_R \
108+
DECAPx1_ASAP7_75t_R \
109+
DECAPx2_ASAP7_75t_R \
110+
DECAPx4_ASAP7_75t_R \
111+
DECAPx6_ASAP7_75t_R \
112+
DECAPx10_ASAP7_75t_R
106113

107114
export TAP_CELL_NAME = TAPCELL_ASAP7_75t_R
108115

0 commit comments

Comments
 (0)