|
Message
From: cvs at opencores.org<cvs@o...>
Date: Thu Apr 20 18:12:32 CEST 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/04 20:18:12 Modified: jop Makefile Log: wcet target (rup) Revision Changes Path 1.42 jop/Makefile http://www.opencores.org/cvsweb.shtml/jop/Makefile.diff?r1=1.41&r2=1.42 (In the diff below, changes in quantity of whitespace are not shown.) Index: Makefile =================================================================== RCS file: /cvsroot/martin/jop/Makefile,v retrieving revision 1.41 retrieving revision 1.42 diff -u -b -r1.41 -r1.42 --- Makefile 18 Apr 2006 12:04:17 -0000 1.41 +++ Makefile 20 Apr 2006 16:12:31 -0000 1.42 @@ -153,6 +153,7 @@ javac $(TOOLS_JFLAGS) $(TOOLS)/src/*.java javac $(TOOLS_JFLAGS) $(TOOLS)/src/com/jopdesign/build/*.java javac $(TOOLS_JFLAGS) $(TOOLS)/src/com/jopdesign/tools/*.java + javac $(TOOLS_JFLAGS) $(TOOLS)/src/com/jopdesign/wcet/*.java cd $(TOOLS)/dist/classes && jar cf ../lib/jop-tools.jar * # old version with batch file @@ -379,3 +380,12 @@ # udp_dbg: java -cp java/pc/dist/lib/jop-pc.jar udp.UDPDbg + + + +wcet: + -rm $(TARGET)/wcet/*.txt + -rm -r $(TARGET)/wcet + -mkdir $(TARGET)/wcet + java $(TOOLS_CP) -Dmgci=true com.jopdesign.wcet.WCETAnalyser \ + -cp $(TARGET)/dist/lib/classes.zip -o $(TARGET)/wcet/$(P3)wcet.txt $(MAIN_CLASS)
|
 |