f4pga-examples/projf-makefiles/hello/hello-arty/A/Makefile
Joshua Fife a74f616bbf Put projf in third_party and fixed makefiles
Signed-off-by: Joshua Fife <jpfife17@gmail.com>
2021-10-12 21:56:47 -06:00

8 lines
237 B
Makefile

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