mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
9f7d9bd4fd
Signed-off-by: Joshua Fife <jpfife17@gmail.com>
8 lines
167 B
Makefile
8 lines
167 B
Makefile
current_dir := ${CURDIR}
|
|
TARGET := basys3
|
|
TOP := top
|
|
SOURCES := ${current_dir}/*.sv
|
|
|
|
XDC := ${current_dir}/basys3.xdc
|
|
|
|
include ${current_dir}/../../../common/Makefile
|