aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-05-06 14:38:33 -0500
committerNathan Ringo <nathan@remexre.com>2024-05-06 14:38:33 -0500
commit60a6650618f700f720b9c424517f2be79c731771 (patch)
treeba3b80819f4b032806a8f9eb9ec2d7862bea0e26 /Makefile
parent65e5d53c2436ff0e3349faf0f49ad6d41197078f (diff)
refactor, but now the timing fails again...
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 \