mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
Modified Makefiles to call common/Makefile
Signed-off-by: Joshua Fife <jpfife17@gmail.com>
This commit is contained in:
parent
cebbdfc780
commit
977fc93ba8
2 changed files with 9 additions and 2 deletions
|
@ -62,5 +62,4 @@ ${BOARD_BUILDDIR}/${TOP}.fasm: ${BOARD_BUILDDIR}/${TOP}.route
|
|||
${BOARD_BUILDDIR}/${TOP}.bit: ${BOARD_BUILDDIR}/${TOP}.fasm
|
||||
cd ${BOARD_BUILDDIR} && symbiflow_write_bitstream -d ${BITSTREAM_DEVICE} -f ${TOP}.fasm -p ${PARTNAME} -b ${TOP}.bit
|
||||
|
||||
clean:
|
||||
rm -rf ${BUILDDIR}
|
||||
include ${current_dir}/../../common/Makefile
|
8
xc7/timer/Makefile
Normal file
8
xc7/timer/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
current_dir := ${CURDIR}
|
||||
TARGET := basys3
|
||||
TOP := top
|
||||
SOURCES := ${current_dir}/*.sv
|
||||
|
||||
XDC := ${current_dir}/basys3.xdc
|
||||
|
||||
include ${current_dir}/../../common/Makefile
|
Loading…
Reference in a new issue