summaryrefslogtreecommitdiffstats
path: root/treemap/Makefile
diff options
context:
space:
mode:
authorBert Lange <b.lange@fzd.de>2011-03-18 12:55:23 +0100
committerBert Lange <b.lange@fzd.de>2011-03-18 12:55:23 +0100
commitf24e659e3ef165f87fb4322882c88889f8b7dd95 (patch)
treede1e40e39bdd3adcde84e800df305ba683a151bf /treemap/Makefile
parent04caaa8cab5b35ffb3d624c02a5312f8d04873eb (diff)
downloadzpu-f24e659e3ef165f87fb4322882c88889f8b7dd95.zip
zpu-f24e659e3ef165f87fb4322882c88889f8b7dd95.tar.gz
change: combine target
Diffstat (limited to 'treemap/Makefile')
-rw-r--r--treemap/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/treemap/Makefile b/treemap/Makefile
index ae0ee43..52416fc 100644
--- a/treemap/Makefile
+++ b/treemap/Makefile
@@ -1,11 +1,15 @@
-TOP = top
-DIR = ../s3estarter/syn/xst
-SCREENSHOT = s3estarter_ressources
+#TOP = top
+#DIR = ../s3estarter/syn/xst
+#SCREENSHOT = s3estarter_ressources
#TOP = spartan6_top
#DIR = ../beam_position_monitor/hardware/board_sp601/synthese/xst
#SCREENSHOT = bpm_ressources
+TOP = top
+DIR = ../central_trigger_generator/syn/xst
+SCREENSHOT = central_trigger_ressources
+
# derived Variables
MAPREPORTXML = $(DIR)/$(TOP)_map.xrpt
@@ -18,12 +22,13 @@ end = $(shell grep --line-number "^Peak Memory Usage:" $(DIR)/$(TOP)_map.mrp
help:
@echo "run - run Treeviz"
- @echo "convert - convert data"
+ @echo "convert - convert data (on unix)"
@echo "util - grep for utilization"
@echo "combine - two screenshots for better overview"
@echo "clean - tidy up"
run: ressources.xml
+ @echo "save screeshot as $(SCREENSHOT)_grob.png and $(SCREENSHOT)_fein.png"
java -jar Treeviz/dist/Treeviz.jar $<
convert: ressources.xml
@@ -50,7 +55,7 @@ ressources.xml: $(MAPREPORTXML) convert.xsl
combine: $(SCREENSHOT)_fein.png $(SCREENSHOT)_grob.png
- combine -blend 33 $(SCREENSHOT)_fein.png $(SCREENSHOT)_grob.png $(SCREENSHOT)_mixed.png
+ composite -blend 33 $(SCREENSHOT)_fein.png $(SCREENSHOT)_grob.png $(SCREENSHOT)_mixed.png
clean:
OpenPOWER on IntegriCloud