INTSTYLE := silent
-SOURCES := $(shell find . -name "*.v" -or -name "*.vhd" -print)
+SOURCES := $(shell find . -name "*.vhd" -print) $(shell find . -name "*.v" -print)
PART ?= xc3s1500-fg456-4
TARGET ?= bit
CLEANFILES ?=
$(PRELOAD) impact -batch xc3s1500.batch.tmp
@rm xc3s1500.batch.tmp
-flash: $(PROJECT)-xcf02s.mcs $(PROJECT)-xcf04s.mcs
+flash:
+ @echo "NO"
+
+i-really-want-to-flash: $(PROJECT)-xcf02s.mcs $(PROJECT)-xcf04s.mcs
@sed -e "s|%CABLE%|$(CABLE)|g" -e "s|%PROJECT%|$(PROJECT)|g" ../common/xcf.batch >xcf.batch.tmp
$(PRELOAD) impact -batch xcf.batch.tmp
@rm xcf.batch.tmp
build.log \
$(PROJECT).unroutes *.xml $(CLEANFILES)
-.PHONY: all final burn load flash clean xst ngdbuild log analyzer
+.PHONY: all final burn load flash clean xst ngdbuild log analyzer i-really-want-to-flash