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
  • 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: Sat May 26 21:09:40 CEST 2007
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/07/05 26:21:09

    Modified: jop build.xml Makefile
    Log:
    create directory rbf


    Revision Changes Path
    1.10 jop/build.xml

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

    (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.9
    retrieving revision 1.10
    diff -u -b -r1.9 -r1.10
    --- build.xml 25 Feb 2007 20:32:17 -0000 1.9
    +++ build.xml 26 May 2007 19:09:39 -0000 1.10
    @@ -508,6 +508,7 @@
    <target name="directories" description="Creates some directories for configuration files">
    <mkdir dir="jbc"/>
    <mkdir dir="ttf"/>
    + <mkdir dir="rbf"/>
    </target>

    <!-- The order is not so perfect. We would prefer to first program the PLD. -->



    1.65 jop/Makefile

    http://www.opencores.org/cvsweb.shtml/jop/Makefile.diff?r1=1.64&r2=1.65

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

    Index: Makefile
    ===================================================================
    RCS file: /cvsroot/martin/jop/Makefile,v
    retrieving revision 1.64
    retrieving revision 1.65
    diff -u -b -r1.64 -r1.65
    --- Makefile 13 Apr 2007 13:35:01 -0000 1.64
    +++ Makefile 26 May 2007 19:09:39 -0000 1.65
    @@ -346,7 +346,7 @@
    #
    # some directories for configuration files
    #
    -directories: jbc ttf
    +directories: jbc ttf rbf

    jbc:
    mkdir jbc
    @@ -354,6 +354,9 @@
    ttf:
    mkdir ttf

    +rbf:
    + mkdir rbf
    +
    #
    # this line configures the FPGA and programs the PLD
    # but uses a .jbc file



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