|
Message
From: cvs at opencores.org<cvs@o...>
Date: Wed Nov 30 13:35:05 CET 2005
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/05/11 30:13:35 Modified: jop/java/target/src/common/com/jopdesign/sys Const.java Log: Use four test slaves Revision Changes Path 1.5 jop/java/target/src/common/com/jopdesign/sys/Const.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/common/com/jopdesign/sys/Const.java.diff?r1=1.4&r2=1.5 (In the diff below, changes in quantity of whitespace are not shown.) Index: Const.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/common/com/jopdesign/sys/Const.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- Const.java 11 Oct 2005 16:10:36 -0000 1.4 +++ Const.java 30 Nov 2005 12:35:04 -0000 1.5 @@ -53,6 +53,8 @@ // test salve addresses public static final int WB_TS0 = WB_BASE+0x00; public static final int WB_TS1 = WB_BASE+0x10; + public static final int WB_TS2 = WB_BASE+0x20; + public static final int WB_TS3 = WB_BASE+0x30; // FTDI USB interface // We use the same status/data interface as for the
|