mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
6227299763
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
10 lines
300 B
Makefile
10 lines
300 B
Makefile
current_dir := ${CURDIR}
|
|
TOP := top
|
|
SOURCES := ${current_dir}/baselitex_arty.v \
|
|
${current_dir}/../../third_party/vexriscv-verilog/VexRiscv_Linux.v
|
|
|
|
PCF := ${current_dir}/arty.pcf
|
|
SDC := ${current_dir}/arty.sdc
|
|
XDC := ${current_dir}/arty.xdc
|
|
|
|
include ${current_dir}/../../common/common.mk
|