X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile;h=9c85adf21b491fd8bc26dfe38af6fabf12ea3ba8;hb=9e30ab0cd6964785b3e01e2f3343e1fe4ee49462;hp=f26533bba3426cf418bfe3c80175a1945bed6e16;hpb=a051754e2f539c6ed180e93ecf31cdcb95950896;p=clump.git diff --git a/Makefile b/Makefile index f26533b..9c85adf 100644 --- 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