From f164a8bc5b083e993977c807aae1006552abc45d Mon Sep 17 00:00:00 2001 From: Vladimir Vassilev Date: Fri, 14 Feb 2020 02:12:14 +0100 Subject: Release ice4pi-1.1 --- example/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 example/Makefile (limited to 'example/Makefile') diff --git a/example/Makefile b/example/Makefile new file mode 100644 index 0000000..a55ea4c --- /dev/null +++ b/example/Makefile @@ -0,0 +1,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 -- cgit v1.2.3