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 Nov 30 14:01:02 CET 2005
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/05/11 30:14:01

    Modified: jop/java/target/src/app/kfl/test I.java Main.java
    TestADC.java TestTemp.java
    Log:
    corrected package


    Revision Changes Path
    1.2 jop/java/target/src/app/kfl/test/I.java

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

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

    Index: I.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/app/kfl/test/I.java,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -b -r1.1 -r1.2
    --- I.java 11 May 2005 17:37:03 -0000 1.1
    +++ I.java 30 Nov 2005 13:01:01 -0000 1.2
    @@ -1,3 +1,6 @@
    +package kfl.test;
    +
    +import kfl.*;
    //
    // I.java
    //



    1.2 jop/java/target/src/app/kfl/test/Main.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/kfl/test/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/app/kfl/test/Main.java,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -b -r1.1 -r1.2
    --- Main.java 11 May 2005 17:37:03 -0000 1.1
    +++ Main.java 30 Nov 2005 13:01:01 -0000 1.2
    @@ -1,3 +1,6 @@
    +package kfl.test;
    +
    +import kfl.*;
    /**
    * Test Main.
    */
    @@ -97,9 +100,11 @@
    Msg.write((JopSys.rd(BBSys.IO_SENSOR)<<4) + JopSys.rd(BBSys.IO_TAST));
    } else if (val==BBSys.CMD_OPTO) {
    Msg.write(Triac.getOpto());
    +/* don't remeber what this was for?
    } else if (val==BBSys.CMD_RESCNT) {
    Triac.resetCnt();
    Msg.write(0);
    +*/
    } else if (val==BBSys.CMD_CNT) {
    Msg.write(Triac.getCnt());
    }



    1.2 jop/java/target/src/app/kfl/test/TestADC.java

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

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

    Index: TestADC.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/app/kfl/test/TestADC.java,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -b -r1.1 -r1.2
    --- TestADC.java 11 May 2005 17:37:03 -0000 1.1
    +++ TestADC.java 30 Nov 2005 13:01:01 -0000 1.2
    @@ -1,3 +1,6 @@
    +package kfl.test;
    +
    +import kfl.*;
    /**
    * test program for sigma delta ADC.
    */



    1.2 jop/java/target/src/app/kfl/test/TestTemp.java

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

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

    Index: TestTemp.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/app/kfl/test/TestTemp.java,v
    retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- TestTemp.java 11 May 2005 17:37:03 -0000 1.1 +++ TestTemp.java 30 Nov 2005 13:01:01 -0000 1.2 @@ -1,3 +1,6 @@ +package kfl.test; + +import kfl.*; /** * test program for sigma delta ADC with NTC. */

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