|
Message
From: cvs at opencores.org<cvs@o...>
Date: Tue Nov 22 15:02:32 CET 2005
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/05/11 22:15:02 Modified: jop/asm/src jvm.asm Log: removed nop int memory test (commented, not part of the JVM) Revision Changes Path 1.23 jop/asm/src/jvm.asm http://www.opencores.org/cvsweb.shtml/jop/asm/src/jvm.asm.diff?r1=1.22&r2=1.23 (In the diff below, changes in quantity of whitespace are not shown.) Index: jvm.asm =================================================================== RCS file: /cvsroot/martin/jop/asm/src/jvm.asm,v retrieving revision 1.22 retrieving revision 1.23 diff -u -b -r1.22 -r1.23 --- jvm.asm 27 Aug 2005 17:47:19 -0000 1.22 +++ jvm.asm 22 Nov 2005 14:02:31 -0000 1.23 @@ -157,15 +157,13 @@ // add // pop -//////////// +////////// // test mem interface // // ldi 15 // // // this sequence takes 6 cycles with ram_cnt=3 // stmra // start read ext. mem -// not any more necessary -// // nop // mem_bsy comes one cycle later // wait // one for fetch // wait // one for decode // ldmrd // read ext. mem @@ -176,20 +174,18 @@ // // this sequence takes 6 cycles with ram_cnt=3 // stmwa // write ext. mem address // stmwd // write ext. mem data -// not any more necessary // wait // wait // // ldi 7 // stmra // start read ext. mem -// not any more necessary // wait // one for fetch // wait // one for decode // ldmrd // read ext. mem // // pop // pop -/////////// +///////// ////////////////
|
 |