|
Message
From: cvs at opencores.org<cvs@o...>
Date: Fri Apr 28 17:21:19 CEST 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/04 28:17:21 Modified: jop Makefile Log: comment for wcet target Revision Changes Path 1.43 jop/Makefile http://www.opencores.org/cvsweb.shtml/jop/Makefile.diff?r1=1.42&r2=1.43 (In the diff below, changes in quantity of whitespace are not shown.) Index: Makefile =================================================================== RCS file: /cvsroot/martin/jop/Makefile,v retrieving revision 1.42 retrieving revision 1.43 diff -u -b -r1.42 -r1.43 --- Makefile 20 Apr 2006 16:12:31 -0000 1.42 +++ Makefile 28 Apr 2006 15:21:19 -0000 1.43 @@ -381,11 +381,15 @@ udp_dbg: java -cp java/pc/dist/lib/jop-pc.jar udp.UDPDbg - - +# +# Rasmus's WCET analyser (start) +# use +# -Dlatex=true +# to getv LaTeX friendly table output. +# wcet: -rm $(TARGET)/wcet/*.txt -rm -r $(TARGET)/wcet -mkdir $(TARGET)/wcet - java $(TOOLS_CP) -Dmgci=true com.jopdesign.wcet.WCETAnalyser \ + java $(TOOLS_CP) com.jopdesign.wcet.WCETAnalyser \ -cp $(TARGET)/dist/lib/classes.zip -o $(TARGET)/wcet/$(P3)wcet.txt $(MAIN_CLASS)
|