mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
d4742b8c7f
Signed-off-by: Joshua Fife <jpfife17@gmail.com>
10 lines
No EOL
264 B
Makefile
10 lines
No EOL
264 B
Makefile
current_dir := ${CURDIR}
|
|
TOP := top
|
|
SOURCES := ${current_dir}/baselitex_arty.v \
|
|
${current_dir}/VexRiscv_Linux.v
|
|
|
|
PCF := ${current_dir}/arty.pcf
|
|
SDC := ${current_dir}/arty.sdc
|
|
XDC := ${current_dir}/arty.xdc
|
|
|
|
include ${current_dir}/../../common/Makefile
|