mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
9 lines
198 B
Makefile
9 lines
198 B
Makefile
|
current_dir := ${CURDIR}
|
||
|
TOP := top
|
||
|
SOURCES := ${current_dir}/litesata.v \
|
||
|
${current_dir}/VexRiscv.v
|
||
|
|
||
|
XDC := ${current_dir}/nexys_video.xdc
|
||
|
|
||
|
include ${current_dir}/../../common/common.mk
|