Now works on iCEstick
[clump.git] / Makefile
index f26533bba3426cf418bfe3c80175a1945bed6e16..9c85adf21b491fd8bc26dfe38af6fabf12ea3ba8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ all: $(PROJ).rpt $(PROJ).bin
        yosys -p 'synth_ice40 -top top -blif $@' $<
 
 %.asc: $(PIN_DEF) %.blif
-       arachne-pnr -d $(subst hx,,$(subst lp,,$(DEVICE))) -o $@ -p $^ -P vq100
+       arachne-pnr -d $(subst hx,,$(subst lp,,$(DEVICE))) -o $@ -p $^ -P tq144
 
 %.bin: %.asc
        icepack $< $@
@@ -17,7 +17,7 @@ all: $(PROJ).rpt $(PROJ).bin
        icetime -d $(DEVICE) -mtr $@ $<
 
 prog: $(PROJ).bin
-       ./iCEburn.py  -e -v -w  $<
+       iceprog $<
 
 clean:
        rm -f $(PROJ).blif $(PROJ).asc $(PROJ).bin
This page took 0.009985 seconds and 4 git commands to generate.