|
current_dir := ${CURDIR}
|
|
TOP := top
|
|
SOURCES := ${current_dir}/baselitex_arty.v \
|
|
${current_dir}/VexRiscv_Linux.v
|
|
|
|
PCF := ${current_dir}/arty.pcf
|
|
SDC := ${current_dir}/arty.sdc
|
|
XDC := ${current_dir}/arty.xdc
|
|
|
|
include ${current_dir}/../../common/Makefile.common
|