2021-08-17 17:54:59 -04:00
|
|
|
current_dir := ${CURDIR}
|
|
|
|
TARGET := basys3
|
2021-07-14 21:41:09 -04:00
|
|
|
TOP := top
|
2021-08-17 17:54:59 -04:00
|
|
|
SOURCES := ${current_dir}/*.sv
|
2021-07-14 21:41:09 -04:00
|
|
|
|
2021-08-17 17:54:59 -04:00
|
|
|
XDC := ${current_dir}/basys3.xdc
|
2021-07-14 21:41:09 -04:00
|
|
|
|
2021-08-17 17:54:59 -04:00
|
|
|
include ${current_dir}/../../../common/Makefile
|