Skip to content

Commit 6fce7e0

Browse files
authored
Merge pull request #1262 from openroadie/gate_cloning_on_by_default
Gate cloning on by default
2 parents 921dd1f + 394f971 commit 6fce7e0

File tree

6 files changed

+8
-2
lines changed

6 files changed

+8
-2
lines changed

flow/designs/asap7/ibex/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ export ENABLE_DPO = 0
1515

1616
export DFF_LIB_FILE = $($(CORNER)_DFF_LIB_FILE)
1717
export TNS_END_PERCENT = 100
18+

flow/designs/nangate45/ariane133/config.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export CORE_AREA = 10 12 1448 1448
2424

2525
export 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
2828
export MACRO_PLACE_CHANNEL = 20 20
29-
export TNS_END_PERCENT = 100
29+
export TNS_END_PERCENT = 100
30+
export SKIP_GATE_CLONING = 1

flow/designs/nangate45/bp_multi_top/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ export MACRO_PLACE_HALO = 10 10
3838
export MACRO_PLACE_CHANNEL = 20 20
3939

4040
export PLACE_DENSITY_LB_ADDON = 0.05
41+
export SKIP_GATE_CLONING = 1

flow/designs/nangate45/bp_multi_top/metadata-base-ok.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,4 @@
398398
"synth__runtime__total": "9:03.52",
399399
"total_time": "0:52:47.980000"
400400
}
401+

flow/designs/nangate45/ibex/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ export SDC_FILE = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
5050
export CORE_UTILIZATION ?= 50
5151
export PLACE_DENSITY_LB_ADDON = 0.20
5252
export TNS_END_PERCENT = 100
53+

flow/designs/sky130hd/microwatt/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export CTS_BUF_CELL = sky130_fd_sc_hd__clkbuf_8
2828
export CTS_BUF_DISTANCE = 600
2929
export CTS_CLUSTER_DIAMETER = 100
3030
export CTS_CLUSTER_SIZE = 30
31+
export SKIP_GATE_CLONING = 1
3132

3233
export export SETUP_SLACK_MARGIN = 0.2
3334

0 commit comments

Comments
 (0)