Files
Arcade-Cave_MiSTer/Makefile
Joshua Bassett b63103afef Add CAVE modules
The vhdl_top module has been wrapped with the CaveTop module.
2020-11-09 18:31:52 +11:00

15 lines
347 B
Makefile

.PHONY: build program test clean
build:
sbt compile run
cd quartus; quartus_sh --flow compile cave
program:
cd quartus; quartus_pgm -m jtag -c 1 -o "p;output_files/cave.sof@2"
test:
sbt test
clean:
rm -rf project/target quartus/rtl/ChiselTop.v quartus/rtl/Main.* quartus/db quartus/incremental_db quartus/output_files target test_run_dir