f4pga-examples/projf-makefiles/hello/hello-arty/F/Makefile

9 lines
238 B
Makefile
Raw Normal View History

current_dir := ${CURDIR}
proj_f_dir := ${current_dir}/../../../../third_party/projf-explore/hello/hello-arty/F
TOP := top
SOURCES := ${proj_f_dir}/top.sv
XDC := ${proj_f_dir}/arty.xdc
include ${current_dir}/../../../../common/common.mk