Fix Makefile
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 19 Feb 2018 13:56:31 +0000 (13:56 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 19 Feb 2018 13:56:31 +0000 (13:56 +0000)
Makefile

index 3ce34ed343030babed0436dca5aa09d4ca7e5da6..7d80540cdc632d0d3582b21cb7f2b94fe80fcdea 100644 (file)
--- 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 $<
This page took 0.009858 seconds and 4 git commands to generate.