diff options
author | Vladimir Vassilev <vladimir@lightside-instruments.com> | 2023-01-09 00:11:00 +0100 |
---|---|---|
committer | Vladimir Vassilev <vladimir@lightside-instruments.com> | 2023-01-09 00:11:00 +0100 |
commit | b2e77009d48f0635823afc4903d74e0dd134075f (patch) | |
tree | 0f2a3ee9a79596fc421989333562cec304ada789 /example/Makefile | |
parent | 96057b3ff691ec66539b791cb227f55fc640f7f1 (diff) |
Release ice4pi-2.2
Diffstat (limited to 'example/Makefile')
-rw-r--r-- | example/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/example/Makefile b/example/Makefile index a55ea4c..2bc5d99 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,9 +1,10 @@ - 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 + +load: rot.bin ./ice4pi_prog rot.bin # iceprog rot.bin |