mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
13 lines
169 B
Makefile
13 lines
169 B
Makefile
all: build/top.sta
|
|
|
|
build/top.sta:
|
|
./build.py
|
|
|
|
load:
|
|
cd build && quartus_pgm -m jtag -c USB-Blaster[USB-0] -o "p;top.sof"
|
|
|
|
|
|
clean:
|
|
rm -rf build/*
|
|
|
|
.PHONY: load clean
|