diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-05-06 14:38:33 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-05-06 14:38:33 -0500 |
commit | 60a6650618f700f720b9c424517f2be79c731771 (patch) | |
tree | ba3b80819f4b032806a8f9eb9ec2d7862bea0e26 /Makefile | |
parent | 65e5d53c2436ff0e3349faf0f49ad6d41197078f (diff) |
refactor, but now the timing fails again...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |