X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/raggedstone/blobdiff_plain/82cc0f36680a7da185bde47007d7b677212edeb6..ad16d1e3db67bf7bf820254517c1df11f2db5569:/heartbeat/Makefile diff --git a/heartbeat/Makefile b/heartbeat/Makefile index 4c6ffc7..ac41e73 100644 --- a/heartbeat/Makefile +++ b/heartbeat/Makefile @@ -5,7 +5,7 @@ XST := $(shell which xst) TMP = tmp/ $(shell mkdir tmp) -PROJECT := pci_7seg +PROJECT := raggedstone all: xst ngdbuild map par trace prom final @@ -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) @@ -72,7 +72,7 @@ burn: clean: rm -rf $(TMP) rm -rf *.bit *.bgn *.mcs *.prm *.bld *.drc *.mcs *.ncd *.ngc *.ngd - rm -rf *.ngr *.pad *.par *.pcf *.prm *.syr *.twr *.twx *.xpi *.lso *.prm *.mcs + rm -rf *.ngr *.pad *.par *.pcf *.prm *.syr *.twr *.twx *.xpi *.lso *.prm *.mcs _impact* rm -rf $(PROJECT)_map.* $(PROJECT)_pad.* rm -rf _ngo xst rm -rf build.log @@ -80,3 +80,6 @@ clean: load: impact -batch xc3s1500.batch + +flash: mcs + impact -batch xcf.batch