File tree Expand file tree Collapse file tree 9 files changed +6
-38
lines changed
designs/asap7/swerv_wrapper Expand file tree Collapse file tree 9 files changed +6
-38
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,10 @@ export FLOW_VARIANT ?= base
200200export GPL_TIMING_DRIVEN ?= 1
201201export GPL_ROUTABILITY_DRIVEN ?= 1
202202
203+ # Cell padding in SITE widths to ease rout-ability. Applied to both sides
204+ export CELL_PAD_IN_SITES_GLOBAL_PLACEMENT ?= 0
205+ export CELL_PAD_IN_SITES_DETAIL_PLACEMENT ?= 0
206+
203207export ENABLE_DPO ?= 1
204208export DPO_MAX_DISPLACEMENT ?= 5 1
205209
Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ export PLACE_PINS_ARGS = -exclude left:* -exclude right:*
2323export PLACE_DENSITY_LB_ADDON = 0.20
2424export CTS_BUF_CELL = BUFx8_ASAP7_75t_R
2525
26- export CELL_PAD_IN_SITES_GLOBAL_PLACEMENT = 0
27- export CELL_PAD_IN_SITES_DETAIL_PLACEMENT = 0
28-
2926export FASTROUTE_TCL = ./designs/$(PLATFORM ) /swerv_wrapper/fastroute.tcl
3027
3128# Temporary until sta bug is fixed
Original file line number Diff line number Diff line change @@ -126,10 +126,6 @@ export MACRO_PLACE_CHANNEL ?= 12 12
126126export MACRO_HALO_X ?= 2
127127export MACRO_HALO_Y ?= 2
128128
129- # Cell padding in SITE widths to ease rout-ability. Applied to both sides
130- export CELL_PAD_IN_SITES_GLOBAL_PLACEMENT ?= 0
131- export CELL_PAD_IN_SITES_DETAIL_PLACEMENT ?= 0
132-
133129export PLACE_DENSITY ?= 0.60
134130
135131# Endcap and Welltie cells
Original file line number Diff line number Diff line change @@ -84,11 +84,6 @@ export MACRO_PLACE_CHANNEL ?= 20.16 20.16
8484# ---------------------------------------------------------
8585# Place
8686# --------------------------------------------------------
87- # Cell padding in SITE widths to ease rout-ability. Applied to both sides
88- export CELL_PAD_IN_SITES_GLOBAL_PLACEMENT ?= 0
89- export CELL_PAD_IN_SITES_DETAIL_PLACEMENT ?= 0
90-
91- # global placement density
9287export PLACE_DENSITY ?= 0.40
9388
9489# --------------------------------------------------------
Original file line number Diff line number Diff line change @@ -73,10 +73,8 @@ export MACRO_PLACE_CHANNEL ?= 80 80
7373# ---------------------------------------------------------
7474# Place
7575# --------------------------------------------------------
76- # default cell padding for cells
77- export CELL_PAD_IN_SITES_GLOBAL_PLACEMENT ?= 0
78- export CELL_PAD_IN_SITES_DETAIL_PLACEMENT ?= 0
7976export PLACE_DENSITY ?= 0.65
77+
8078# --------------------------------------------------------
8179# CTS
8280# -------------------------------------------------------
Original file line number Diff line number Diff line change @@ -65,11 +65,6 @@ export MACRO_PLACE_CHANNEL ?= 18.8 19.95
6565# ---------------------------------------------------------
6666# Place
6767# --------------------------------------------------------
68- # Cell padding in SITE widths to ease rout-ability. Applied to both sides
69- export CELL_PAD_IN_SITES_GLOBAL_PLACEMENT ?= 0
70- export CELL_PAD_IN_SITES_DETAIL_PLACEMENT ?= 0
71- #
72-
7368export PLACE_DENSITY ?= 0.30
7469
7570# --------------------------------------------------------
Original file line number Diff line number Diff line change @@ -101,10 +101,6 @@ export MACRO_PLACE_CHANNEL ?= 80 80
101101# ---------------------------------------------------------
102102# Place
103103# --------------------------------------------------------
104- # default cell padding for cells
105- export CELL_PAD_IN_SITES_GLOBAL_PLACEMENT ?= 0
106- export CELL_PAD_IN_SITES_DETAIL_PLACEMENT ?= 0
107-
108104export PLACE_DENSITY ?= 0.60
109105
110106# --------------------------------------------------------
Original file line number Diff line number Diff line change @@ -102,16 +102,8 @@ export MACRO_PLACE_CHANNEL ?= 80 80
102102# ---------------------------------------------------------
103103# Place
104104# --------------------------------------------------------
105- # default cell padding for cells
106- export CELL_PAD_IN_SITES_GLOBAL_PLACEMENT ?= 0
107- export CELL_PAD_IN_SITES_DETAIL_PLACEMENT ?= 0
108- #
109-
110105export PLACE_DENSITY ?= 0.60
111106
112- # Cell padding in SITE widths to ease rout-ability
113- export CELL_PAD_IN_SITES ?= 0
114- #
115107# --------------------------------------------------------
116108# CTS
117109# -------------------------------------------------------
Original file line number Diff line number Diff line change @@ -63,13 +63,8 @@ export MACRO_PLACE_CHANNEL ?= 80 80
6363# ---------------------------------------------------------
6464# Place
6565# --------------------------------------------------------
66- # Cell padding in SITE widths to ease rout-ability
67- #
68- export CELL_PAD_IN_SITES_GLOBAL_PLACEMENT ?= 0
69- export CELL_PAD_IN_SITES_DETAIL_PLACEMENT ?= 0
70- #
71-
7266export PLACE_DENSITY ?= 0.50
67+
7368#
7469# --------------------------------------------------------
7570# CTS
You can’t perform that action at this time.
0 commit comments