mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
a74f616bbf
Signed-off-by: Joshua Fife <jpfife17@gmail.com>
8 lines
237 B
Makefile
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
|