|
Message
From: cvs at opencores.org<cvs@o...>
Date: Tue Nov 22 15:10:17 CET 2005
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/05/11 22:15:10 Modified: jop/asm/src testmon.asm Log: removed nops on memory access Revision Changes Path 1.3 jop/asm/src/testmon.asm http://www.opencores.org/cvsweb.shtml/jop/asm/src/testmon.asm.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: testmon.asm =================================================================== RCS file: /cvsroot/martin/jop/asm/src/testmon.asm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- testmon.asm 5 Nov 2005 19:08:24 -0000 1.2 +++ testmon.asm 22 Nov 2005 14:10:15 -0000 1.3 @@ -65,7 +65,7 @@ ldm mema stmra // read ext. mem, mem_bsy comes one cycle later - nop +// nop // uncomment this when having troubles wait wait ldmrd // read ext. mem @@ -290,7 +290,7 @@ stmwa // write ext. mem address ldm wval stmwd // write ext. mem data - nop +// nop // uncomment this when having troubles wait wait
|
 |