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 Nov 29 13:46:33 CET 2005
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/05/11 29:13:46

    Modified: jop/java/target/src/test/wishbone Simple.java
    Log:
    Use the same counter for the IO/WB comparison


    Revision Changes Path
    1.2 jop/java/target/src/test/wishbone/Simple.java

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

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

    Index: Simple.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/test/wishbone/Simple.java,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -b -r1.1 -r1.2
    --- Simple.java 30 May 2005 16:42:08 -0000 1.1
    +++ Simple.java 29 Nov 2005 12:46:32 -0000 1.2
    @@ -45,7 +45,7 @@
    System.out.println(t2-t1);

    t1 = Native.rdMem(Const.WB_TS0);
    - t2 = Native.rdMem(Const.WB_TS1);
    + t2 = Native.rdMem(Const.WB_TS0);
    System.out.print("Wishbone counter: ");
    System.out.println(t2-t1);




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