From 804e47d8ff5651b579f6c43fcb96b569e0cbcdc5 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 1 Jan 2016 15:08:41 +0100 Subject: Renamed IceBox .txt files to .asc files --- examples/icestick/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/icestick/Makefile') diff --git a/examples/icestick/Makefile b/examples/icestick/Makefile index eaed6f7..06a5633 100644 --- a/examples/icestick/Makefile +++ b/examples/icestick/Makefile @@ -7,10 +7,10 @@ all: $(PROJ).bin %.blif: %.v yosys -p 'synth_ice40 -top top -blif $@' $< -%.txt: $(PIN_DEF) %.blif +%.asc: $(PIN_DEF) %.blif arachne-pnr -d $(DEVICE) -o $@ -p $^ -%.bin: %.txt +%.bin: %.asc icepack $< $@ prog: $(PROJ).bin @@ -21,6 +21,6 @@ sudo-prog: $(PROJ).bin iceprog $< clean: - rm -f $(PROJ).blif $(PROJ).txt $(PROJ).bin + rm -f $(PROJ).blif $(PROJ).asc $(PROJ).bin .PHONY: all prog clean -- cgit v1.2.3