Skip to content

Commit a0d5fe1

Browse files
committed
Skip swapping pins on specific designs for now
Signed-off-by: Harsh Vardhan <[email protected]>
1 parent 1536db6 commit a0d5fe1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

flow/designs/gf12/jpeg/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export CORE_ASPECT_RATIO = 1
1313
export CORE_MARGIN = 2
1414

1515
export PLACE_DENSITY = 0.75
16+
export SKIP_PIN_SWAP = 1
1617

1718
ifneq ($(USE_FILL),)
1819
export DESIGN_TYPE = CELL

flow/designs/intel16/aes/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ export CORE_AREA = 1.26 1.89 248 248
1616

1717

1818
export PLACE_DENSITY = uniform
19+
export SKIP_PIN_SWAP = 1

flow/designs/intel22/aes/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ 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-
1817
export PLACE_DENSITY = uniform
18+
export SKIP_PIN_SWAP = 1

0 commit comments

Comments
 (0)