From 7560fdba316d8bb53b01ee60eddc6581ff167c27 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Mon, 19 Feb 2018 13:56:31 +0000 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ce34ed..7d80540 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ all: $(PROJ).rpt $(PROJ).bin tools/icestorm/icepack/icepack $< $@ %.rpt: %.asc - tools/icestorm/icetime/icetime -d $(DEVICE) -mtr $@ $< + tools/icestorm/icetime/icetime -C tools/icestorm/icebox/chipdb-$(subst hx,,$(subst lp,,$(DEVICE))).txt -d $(DEVICE) -mtr $@ $< prog: $(PROJ).bin tools/icestorm/iceprog/iceprog $< -- 2.30.2