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: Wed Nov 30 18:19:53 CET 2005
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/05/11 30:18:19

    Modified: jop/java/target/src/common/ejip Main.java MainSlip.java
    Log:
    removed Native methods in main


    Revision Changes Path
    1.2 jop/java/target/src/common/ejip/Main.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/common/ejip/Main.java.diff?r1=1.1&r2=1.2

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

    Index: Main.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/common/ejip/Main.java,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -b -r1.1 -r1.2
    --- Main.java 11 May 2005 16:31:16 -0000 1.1
    +++ Main.java 30 Nov 2005 17:19:52 -0000 1.2
    @@ -108,9 +108,11 @@
    for (;;) {
    for (int i=0; i<10; ++i) {
    RtThread.sleepMs(50);
    + Timer.wd();
    + /*-
    int val = Native.rd(Const.IO_IN);
    Native.wr(val, Const.IO_LED);
    -// Native.wr(-1, Native.IO_LED);
    + */
    Timer.loop();
    }
    Timer.wd();



    1.2 jop/java/target/src/common/ejip/MainSlip.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/common/ejip/MainSlip.java.diff?r1=1.1&r2=1.2

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

    Index: MainSlip.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/common/ejip/MainSlip.java,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -b -r1.1 -r1.2
    --- MainSlip.java 11 May 2005 16:31:16 -0000 1.1
    +++ MainSlip.java 30 Nov 2005 17:19:52 -0000 1.2
    @@ -122,8 +122,11 @@
    //
    for (;;) {
    for (int i=0; i<10; ++i) {
    + Timer.wd();
    + /*-
    int val = Native.rd(Const.IO_IN);
    Native.wr(val, Const.IO_LED);
    + */
    RtThread.sleepMs(50);
    }
    Timer.wd();



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