From 8997260996def0eaceca4524a49a8d5291b87545 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 10 Feb 2007 23:08:13 +0000 Subject: [PATCH] completely remove tmp uglyness --- heartbeat/Makefile | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/heartbeat/Makefile b/heartbeat/Makefile index 8b33636..7688155 100644 --- a/heartbeat/Makefile +++ b/heartbeat/Makefile @@ -1,10 +1,12 @@ PWD := $(shell pwd) +PROJECT := raggedstone + INTSTYLE := silent -PROJECT := raggedstone +SOURCES = $(wildcard sources/*.v source/*.vhd) -all: xst ngdbuild map par trace prom final +all: $(PROJECT).bit final log: time make all &>build.log @@ -13,7 +15,7 @@ xst: $(PROJECT).ngc ngdbuild: $(PROJECT).ngd -$(PROJECT).ngc: +$(PROJECT).ngc: $(SOURCES) @# echo synclib > $(PROJECT).lso # hmm. things are different in ise 9.1 echo work > $(PROJECT).lso xst -intstyle $(INTSTYLE) -ifn $(PROJECT).xst -ofn $(PROJECT).syr @@ -22,18 +24,18 @@ $(PROJECT).ngc: $(PROJECT).ngd: $(PROJECT).ngc ngdbuild -intstyle $(INTSTYLE) -dd "$(PWD)/_ngo" -nt timestamp -uc $(PROJECT).ucf -p xc3s1500-fg456-4 $(PROJECT).ngc $(PROJECT).ngd -map: +$(PROJECT)_map.ngm $(PROJECT).pcf: $(PROJECT).ngd map -intstyle $(INTSTYLE) -p xc3s1500-fg456-4 -cm area -pr b -k 4 -c 100 -o $(PROJECT)_map.ncd $(PROJECT).ngd $(PROJECT).pcf -par: +$(PROJECT).ncd: $(PROJECT)_map.ngm $(PROJECT).pcf @#par -w -intstyle $(INTSTYLE) -ol std -n 4 -t 1 $(PROJECT)_map.ncd $(PROJECT).dir $(PROJECT).pcf par -w -intstyle $(INTSTYLE) -ol std -t 1 $(PROJECT)_map.ncd $(PROJECT).ncd $(PROJECT).pcf -trace: +$(PROJECT).twx: $(PROJECT).ncd trce -intstyle $(INTSTYLE) -e 3 -l 3 -s 4 -xml $(PROJECT) $(PROJECT).ncd -o $(PROJECT).twr $(PROJECT).pcf @#cat $(PROJECT).twr -prom: +$(PROJECT).bit: $(PROJECT).ncd bitgen -intstyle $(INTSTYLE) -f $(PROJECT).ut $(PROJECT).ncd @# cp $(PROJECT).bit ../jcarr_last.bit @#cat $(PROJECT).drc -- 2.39.2