From ddd220fe8208c331141e6f612249992a3b3c602b Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 10 Feb 2007 23:21:59 +0000 Subject: [PATCH 1/1] some more dependencies --- common/xcf.batch | 4 ++-- heartbeat/.cvsignore | 8 ++++---- heartbeat/Makefile | 12 +++++++----- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/common/xcf.batch b/common/xcf.batch index 8766b07..0580d58 100644 --- a/common/xcf.batch +++ b/common/xcf.batch @@ -1,8 +1,8 @@ setmode -bscan setcable -p auto identify -assignFile -p 1 -file pci1.mcs -assignFile -p 2 -file pci2.mcs +assignFile -p 1 -file raggedstone-xcf02s.mcs +assignFile -p 2 -file raggedstone-xcf04s.mcs program -e -v -p 1 program -e -v -p 2 quit diff --git a/heartbeat/.cvsignore b/heartbeat/.cvsignore index 5b315b4..d4c4c68 100644 --- a/heartbeat/.cvsignore +++ b/heartbeat/.cvsignore @@ -1,9 +1,9 @@ _impact* _ngo -pci1.mcs -pci1.prm -pci2.mcs -pci2.prm +raggedstone-xcf02s.mcs +raggedstone-xcf02s.prm +raggedstone-xcf04s.mcs +raggedstone-xcf04s.prm raggedstone.bgn raggedstone.bit raggedstone.bld diff --git a/heartbeat/Makefile b/heartbeat/Makefile index 7688155..13045a9 100644 --- a/heartbeat/Makefile +++ b/heartbeat/Makefile @@ -41,21 +41,21 @@ $(PROJECT).bit: $(PROJECT).ncd @#cat $(PROJECT).drc @#cat $(PROJECT).bgn -mcs: - promgen -intstyle $(INTSTYLE) -w -p mcs -u 0 $(PROJECT) -o pci1 pci2 -x xcf02s xcf04s +$(PROJECT)-xcf02s.mcs $(PROJECT)-xcf04s.mcs: $(PROJECT).bit + promgen -intstyle $(INTSTYLE) -w -p mcs -u 0 $(PROJECT) -o $(PROJECT)-xcf02s $(PROJECT)-xcf04s -x xcf02s xcf04s final: -@grep -A 8 -B 1 ^Selected\ Device $(PROJECT).syr -@grep -A 8 -B 1 ^Timing\ Summary $(PROJECT).syr -@grep -A 21 -B 1 ^Design\ Summary $(PROJECT)_map.map -burn: +burn: $(PROJECT).bit xc3sprog $(PROJECT).bit -load: +load: $(PROJECT).bit impact -batch xc3s1500.batch -flash: mcs +flash: $(PROJECT)-xcf02s.mcs $(PROJECT)-xcf04s.mcs impact -batch xcf.batch clean: @@ -65,3 +65,5 @@ clean: _ngo xst \ build.log \ $(PROJECT).unroutes *.xml + +.PHONY: all final burn load flash clean xst ngdbuild log -- 2.39.2