summaryrefslogtreecommitdiff
path: root/example/Makefile
blob: a55ea4cc9bd84db65dbc63c5c796e4def0c26544 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11

rot.bin: rot.v rot.pcf
	yosys -q -p "synth_ice40 -blif rot.blif" rot.v
	arachne-pnr -p rot.pcf rot.blif -o rot.txt
	icebox_explain rot.txt > rot.ex
	icepack rot.txt rot.bin
	./ice4pi_prog rot.bin
#	iceprog rot.bin

clean:
	rm -f rot.blif rot.txt rot.ex rot.bin