f4pga-examples/xc7/additional_examples/button_controller/Makefile
Joshua Fife 4a818ebf9a fixed documentation and makefiles. Renamed common makefile.
Signed-off-by: Joshua Fife <jpfife17@gmail.com>
2021-11-11 13:47:47 -07:00

8 lines
168 B
Makefile

current_dir := ${CURDIR}
TARGET := basys3
TOP := top
SOURCES := ${current_dir}/*.sv
XDC := ${current_dir}/basys3.xdc
include ${current_dir}/../../../common/common.mk