mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
aa2371eafe
Signed-off-by: Joshua Fife <jpfife17@gmail.com>
9 lines
No EOL
204 B
Makefile
9 lines
No EOL
204 B
Makefile
current_dir := ${CURDIR}
|
|
TARGET := arty_35
|
|
TOP := top
|
|
SOURCES := ${current_dir}/PWM.v
|
|
SOURCES += ${current_dir}/pulse_led.v
|
|
|
|
XDC := ${current_dir}/arty_35.xdc
|
|
|
|
include ${current_dir}/../../common/Makefile |