LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Fri Apr 28 17:21:19 CEST 2006
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    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)



     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.