diff options
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 |