Skip to content

Commit a38745a

Browse files
committed
update designs to do SKIP_PIN_SWAP for now
Signed-off-by: Harsh Vardhan <[email protected]>
1 parent 0f60e03 commit a38745a

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

flow/designs/gf12/ca53/config.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ export DESIGN_TYPE = CELL
5656
else
5757
export DESIGN_TYPE = CELL_NODEN
5858
endif
59+
60+
export SKIP_PIN_SWAP = 1

flow/designs/gf12/jpeg/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ export DESIGN_TYPE = CELL
2020
else
2121
export DESIGN_TYPE = CELL_NODEN
2222
endif
23+
export SKIP_GATE_CLONING = 1

flow/designs/intel22/aes/config.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ export SDC_FILE = $(DESIGN_DIR)/constraint.sdc
1414
export DIE_AREA = 0 0 250 250
1515
export CORE_AREA = 1.26 1.89 248 248
1616

17-
export PLACE_DENSITY = uniform
18-
export SKIP_PIN_SWAP = 1
17+
export PLACE_DENSITY = uniform
18+
export SKIP_PIN_SWAP = 1
19+
export SKIP_GATE_CLONING = 1

flow/designs/intel22/ibex/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ export CORE_ASPECT_RATIO = 1
1414
export CORE_MARGIN = 2
1515

1616
export PLACE_DENSITY = uniform
17+
export SKIP_PIN_SWAP = 1

flow/designs/tsmc65lp/ariane/config.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ export CORE_AREA = 10 12 1990 1550.4
1919
export PLACE_PINS_ARGS = -exclude left:0-500 -exclude left:800-1560 -exclude right:* -exclude top:* -exclude bottom:*
2020

2121
export PLACE_DENSITY_LB_ADDON = 0.10
22+
export SKIP_PIN_SWAP = 1
23+
24+

0 commit comments

Comments
 (0)