From 60a6650618f700f720b9c424517f2be79c731771 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Mon, 6 May 2024 14:38:33 -0500 Subject: refactor, but now the timing fails again... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3