From 81c33a343ffce5eab897d0a5a7d228bfcb08aaf4 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 1 Feb 2016 23:32:03 +0100 Subject: Timing models for LP and HX devices --- examples/hx8kboard/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/hx8kboard') diff --git a/examples/hx8kboard/Makefile b/examples/hx8kboard/Makefile index 0241807..bcecdf2 100644 --- a/examples/hx8kboard/Makefile +++ b/examples/hx8kboard/Makefile @@ -1,6 +1,6 @@ PROJ = example PIN_DEF = hx8kboard.pcf -DEVICE = 8k +DEVICE = hx8k all: $(PROJ).rpt $(PROJ).bin @@ -8,13 +8,13 @@ all: $(PROJ).rpt $(PROJ).bin yosys -p 'synth_ice40 -top top -blif $@' $< %.asc: $(PIN_DEF) %.blif - arachne-pnr -d $(DEVICE) -o $@ -p $^ + arachne-pnr -d $(subst hx,,$(subst lp,,$(DEVICE))) -o $@ -p $^ %.bin: %.asc icepack $< $@ %.rpt: %.asc - icetime -mtr $@ $< + icetime -d $(DEVICE) -mtr $@ $< prog: $(PROJ).bin iceprog $< -- cgit v1.2.3