LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Sponsors
  • Mirrors
  • Logos
  • Contact us
  •  
    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: Tue Oct 31 15:26:55 CET 2006
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/06/10 31:15:26

    Modified: jop build.xml
    Log:
    Uses .rbf instead of the .cdf (chain is hardcoded) at USBRunner


    Revision Changes Path
    1.5 jop/build.xml

    http://www.opencores.org/cvsweb.shtml/jop/build.xml.diff?r1=1.4&r2=1.5

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: build.xml
    ===================================================================
    RCS file: /cvsroot/martin/jop/build.xml,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -b -r1.4 -r1.5
    --- build.xml 26 Oct 2006 01:01:14 -0000 1.4
    +++ build.xml 31 Oct 2006 14:26:54 -0000 1.5
    @@ -404,7 +404,7 @@

    <target name="config-usb">
    <exec executable="USBRunner" dir="rbf" failonerror="true">
    - <arg line="${dlproj}.cdf"/>
    + <arg line="${dlproj}.rbf"/>
    </exec>
    </target>




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