X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/raggedstone/blobdiff_plain/152884e67f2cea6ff9f5787eab6c72dcffe484e4..49b4c0ec2212770036e51c883659ae69262b1865:/heartbeat/Makefile diff --git a/heartbeat/Makefile b/heartbeat/Makefile index 0399ea3..50db403 100644 --- a/heartbeat/Makefile +++ b/heartbeat/Makefile @@ -7,7 +7,7 @@ $(shell mkdir tmp) PROJECT := pci_7seg -all: xst ngdbuild map par trace prom mcs final +all: xst ngdbuild map par trace prom final log: time make all &>build.log @@ -56,7 +56,7 @@ prom: mv $(PROJECT).bgn $(TMP) mcs: - promgen -p mcs -u 0 $(PROJECT) -o pci1 pci2 -x xcf02s xcf04s + promgen -w -p mcs -u 0 $(PROJECT) -o pci1 pci2 -x xcf02s xcf04s final: -mv $(PROJECT).unroutes *.xml $(TMP) @@ -77,3 +77,9 @@ clean: rm -rf _ngo xst rm -rf build.log rm -rf $(PROJECT).unroutes *.xml + +load: + impact -batch xc3s1500.batch + +flash: mcs + impact -batch xcf.batch