2021-08-27 12:53:59 -04:00
|
|
|
current_dir := ${CURDIR}
|
2021-10-02 13:05:25 -04:00
|
|
|
proj_f_dir := ${current_dir}/../../../../third_party/projf-explore/hello/hello-arty/A
|
2021-08-27 12:53:59 -04:00
|
|
|
|
|
|
|
TOP := top
|
|
|
|
SOURCES := ${proj_f_dir}/top.sv
|
|
|
|
XDC := ${proj_f_dir}/arty.xdc
|
|
|
|
|
2021-11-16 10:52:36 -05:00
|
|
|
include ${current_dir}/../../../../common/common.mk
|