|
Message
From: cvs at opencores.org<cvs@o...>
Date: Tue Nov 29 13:46:33 CET 2005
Subject: [cvs-checkins] MODIFIED: jop ...
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);
|