We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6edb3e7 commit a677a33Copy full SHA for a677a33
flow/designs/asap7/minimal/config.mk
@@ -1,5 +1,5 @@
1
export DESIGN_NICKNAME = minimal
2
-export SDC_FILE = $(FLOW_HOME)/designs/asap7/minimal/empty.sdc
+export SDC_FILE ?= $(FLOW_HOME)/designs/asap7/minimal/empty.sdc
3
export PLATFORM = asap7
4
# Faster build and more information in GUI with hierarchical synthesis
5
export SYNTH_HIERARCHICAL ?= 1
0 commit comments