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: Wed Sep 20 21:30:13 CEST 2006
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/06/09 20:21:30

    Modified: jop/java/target/src/app/tal Fwp.java Tal.java
    Log:
    Version 0.06 with shorter check loop


    Revision Changes Path
    1.2 jop/java/target/src/app/tal/Fwp.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/tal/Fwp.java.diff?r1=1.1&r2=1.2

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

    Index: Fwp.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/app/tal/Fwp.java,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -b -r1.1 -r1.2
    --- Fwp.java 11 May 2005 17:37:20 -0000 1.1
    +++ Fwp.java 20 Sep 2006 19:30:12 -0000 1.2
    @@ -38,7 +38,7 @@
    in = new StringBuffer();
    out = new StringBuffer();
    usnr = new StringBuffer();
    - version = "Version: TAL261 0.05 vom 09.09.2004";
    + version = "Version: TAL261 0.06 vom 20.09.2006";
    lf = true; // default for serial/modem
    usnr.append(Tal.par.usnr);




    1.2 jop/java/target/src/app/tal/Tal.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/tal/Tal.java.diff?r1=1.1&r2=1.2

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

    Index: Tal.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/app/tal/Tal.java,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -b -r1.1 -r1.2
    --- Tal.java 11 May 2005 17:37:20 -0000 1.1
    +++ Tal.java 20 Sep 2006 19:30:12 -0000 1.2
    @@ -22,7 +22,11 @@
    /**
    * Tal.java: test main.
    *
    -* Author: Martin Schoeberl (martin.schoeberl@c...)
    +* Author: Martin Schoeberl (martin@j...)
    +*
    +* 2004-09-09 Version 0.05
    +* 2006-09-20 Version 0.06: shorten loop cycle to 5 ms to get short
    +* pulses (10 ms)
    *
    */

    @@ -125,7 +129,7 @@
    }
    };

    - loop = new Loop(7, 20000);
    + loop = new Loop(7, 5000);

    RtThread.startMission();
    forever();



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