f4pga-examples/xc7/linux_litex_demo/Makefile
Joshua Fife d4742b8c7f Removed MEM_INIT symilinks
Signed-off-by: Joshua Fife <jpfife17@gmail.com>
2021-08-16 10:45:08 -06:00

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