Skip to content

Commit a677a33

Browse files
committed
asap7/minimal: make SDC_FILE can be overridable
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 6edb3e7 commit a677a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/designs/asap7/minimal/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export DESIGN_NICKNAME = minimal
2-
export SDC_FILE = $(FLOW_HOME)/designs/asap7/minimal/empty.sdc
2+
export SDC_FILE ?= $(FLOW_HOME)/designs/asap7/minimal/empty.sdc
33
export PLATFORM = asap7
44
# Faster build and more information in GUI with hierarchical synthesis
55
export SYNTH_HIERARCHICAL ?= 1

0 commit comments

Comments
 (0)