Add SOURCES, XDC, SDC, and PCF to dependency in common.mk

so a change to any of these files will result in a recompile.

Signed-off-by: Brent Nelson <nelson@ee.byu.edu>
This commit is contained in:
Brent Nelson 2021-12-13 16:19:36 -07:00
parent e4e1532957
commit 9961126b3d
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ all: ${BOARD_BUILDDIR}/${TOP}.bit
${BOARD_BUILDDIR}:
mkdir -p ${BOARD_BUILDDIR}
${BOARD_BUILDDIR}/${TOP}.eblif: | ${BOARD_BUILDDIR}
${BOARD_BUILDDIR}/${TOP}.eblif: ${SOURCES} ${XDC} ${SDC} ${PCF} | ${BOARD_BUILDDIR}
cd ${BOARD_BUILDDIR} && symbiflow_synth -t ${TOP} -v ${SOURCES} -d ${BITSTREAM_DEVICE} -p ${PARTNAME} ${XDC_CMD} 2>&1 > /dev/null
${BOARD_BUILDDIR}/${TOP}.net: ${BOARD_BUILDDIR}/${TOP}.eblif