File tree Expand file tree Collapse file tree 6 files changed +8
-2
lines changed
Expand file tree Collapse file tree 6 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ export ENABLE_DPO = 0
1515
1616export DFF_LIB_FILE = $($(CORNER ) _DFF_LIB_FILE)
1717export TNS_END_PERCENT = 100
18+
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ export CORE_AREA = 10 12 1448 1448
2424
2525export PLACE_PINS_ARGS = -exclude left :0-500 -exclude left:1000-1500: -exclude right:* -exclude top:* -exclude bottom:*
2626
27- export MACRO_PLACE_HALO = 10 10
27+ export MACRO_PLACE_HALO = 10 10
2828export MACRO_PLACE_CHANNEL = 20 20
29- export TNS_END_PERCENT = 100
29+ export TNS_END_PERCENT = 100
30+ export SKIP_GATE_CLONING = 1
Original file line number Diff line number Diff line change @@ -38,3 +38,4 @@ export MACRO_PLACE_HALO = 10 10
3838export MACRO_PLACE_CHANNEL = 20 20
3939
4040export PLACE_DENSITY_LB_ADDON = 0.05
41+ export SKIP_GATE_CLONING = 1
Original file line number Diff line number Diff line change 398398 "synth__runtime__total" : " 9:03.52" ,
399399 "total_time" : " 0:52:47.980000"
400400}
401+
Original file line number Diff line number Diff line change @@ -50,3 +50,4 @@ export SDC_FILE = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
5050export CORE_UTILIZATION ?= 50
5151export PLACE_DENSITY_LB_ADDON = 0.20
5252export TNS_END_PERCENT = 100
53+
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ export CTS_BUF_CELL = sky130_fd_sc_hd__clkbuf_8
2828export CTS_BUF_DISTANCE = 600
2929export CTS_CLUSTER_DIAMETER = 100
3030export CTS_CLUSTER_SIZE = 30
31+ export SKIP_GATE_CLONING = 1
3132
3233export export SETUP_SLACK_MARGIN = 0.2
3334
You can’t perform that action at this time.
0 commit comments