2021-08-27 12:53:59 -04:00
|
|
|
current_dir := ${CURDIR}
|
|
|
|
proj_f_dir := ${current_dir}/../../../../projf-explore/hello/hello-arty/A
|
|
|
|
SUBPROJECT := A
|
|
|
|
BUILDDIR := ${current_dir}/../../../../hello-build
|
|
|
|
|
|
|
|
TOP := top
|
|
|
|
SOURCES := ${proj_f_dir}/top.sv
|
|
|
|
XDC := ${proj_f_dir}/arty.xdc
|
|
|
|
|
2021-09-04 17:50:24 -04:00
|
|
|
include ${current_dir}/../../../common.mk
|