aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 045b216..8eb9ce6 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ flash: tmp/$(TOPMODULE).bin
.PHONY: all clean flash
tmp/%.bin: tmp/%.asc
- icetime -d up5k -c 12 $<
+ # icetime -d up5k -c 12 $<
icepack $< $@
tmp/%.asc: tmp/%.json src/icebreaker.pcf
nextpnr-ice40 -ql tmp/$*.nplog --up5k --package sg48 --freq 12 \