File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -331,10 +331,6 @@ memory:
331331
332332# Run Synthesis using yosys
333333# -------------------------------------------------------------------------------
334-
335- export SYNTH_SCRIPT ?= $(SCRIPTS_DIR ) /synth.tcl
336- export SDC_FILE_CLOCK_PERIOD = $(RESULTS_DIR ) /clock_period.txt
337-
338334$(SDC_FILE_CLOCK_PERIOD ) : $(SDC_FILE )
339335 mkdir -p $(dir $@ )
340336 echo $(ABC_CLOCK_PERIOD_IN_PS ) > $@
Original file line number Diff line number Diff line change @@ -110,3 +110,6 @@ export KLAYOUT_CMD
110110if command -v stdbuf & > /dev/null; then
111111 export STDBUF_CMD=" stdbuf -o L"
112112fi
113+
114+ export SYNTH_SCRIPT=" ${SYNTH_SCRIPT:- ${SCRIPTS_DIR} / synth.tcl} "
115+ export SDC_FILE_CLOCK_PERIOD=" ${SDC_FILE_CLOCK_PERIOD:- ${RESULTS_DIR} / clock_period.txt} "
You can’t perform that action at this time.
0 commit comments