Skip to content

Commit 992cb34

Browse files
committed
asap7/minimal: make more overridable variables and faster gpl
disable timing/routing driven gpl for these screening builds Signed-off-by: Øyvind Harboe <[email protected]>
1 parent a677a33 commit 992cb34

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

flow/designs/asap7/minimal/config.mk

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ export CORE_UTILIZATION ?= 10
1515
export PLACE_DENSITY ?= 0.20
1616

1717
# This won't work with an empty .sdc file
18-
export SKIP_REPORT_METRICS = 1
18+
export SKIP_REPORT_METRICS ?= 1
1919

2020
# Faster build, remove these in your own config.mk
21-
export SKIP_CTS_REPAIR_TIMING = 1
22-
export REMOVE_ABC_BUFFERS = 1
23-
export SKIP_INCREMENTAL_REPAIR = 1
21+
export SKIP_CTS_REPAIR_TIMING ?= 1
22+
export REMOVE_ABC_BUFFERS ?= 1
23+
export SKIP_INCREMENTAL_REPAIR ?= 1
24+
export GPL_TIMING_DRIVEN ?= 0
25+
export GPL_ROUTING_DRIVEN ?= 0

0 commit comments

Comments
 (0)