Skip to content

Commit 505c2a4

Browse files
authored
Merge pull request #2491 from Pinata-Consulting/skip-last-gasp-smoketest
asap7/gcd: add a SKIP_LAST_GASP=1 smoketest
2 parents ad63496 + 91d8557 commit 505c2a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flow/designs/asap7/gcd/config.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ export SDC_FILE = ./designs/$(PLATFORM)/$(DESIGN_NAME)/constraint.
88
export DIE_AREA = 0 0 16.2 16.2
99
export CORE_AREA = 1.08 1.08 15.12 15.12
1010
export PLACE_DENSITY = 0.35
11+
12+
# a smoketest for this option, there are a
13+
# few last gasp iterations
14+
export SKIP_LAST_GASP ?= 1

0 commit comments

Comments
 (0)