2021-08-10 19:00:16 -04:00
|
|
|
current_dir := ${CURDIR}
|
2020-04-22 06:58:52 -04:00
|
|
|
TOP := top
|
2021-08-10 19:00:16 -04:00
|
|
|
SOURCES := ${current_dir}/baselitex_arty.v \
|
2020-04-22 06:58:52 -04:00
|
|
|
${current_dir}/VexRiscv_Linux.v
|
2021-08-12 14:13:06 -04:00
|
|
|
|
2020-04-22 06:58:52 -04:00
|
|
|
PCF := ${current_dir}/arty.pcf
|
2020-04-23 06:59:27 -04:00
|
|
|
SDC := ${current_dir}/arty.sdc
|
2020-05-02 08:17:47 -04:00
|
|
|
XDC := ${current_dir}/arty.xdc
|
2021-08-10 19:00:16 -04:00
|
|
|
|
2021-08-20 14:15:44 -04:00
|
|
|
include ${current_dir}/../../common/Makefile.common
|