|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sun May 28 21:22:11 CEST 2006
Subject: [cvs-checkins] MODIFIED: t400 ...
Date: 00/06/05 28:21:22 Modified: t400/sw/verif/int/aisc test.asm Log: removed obsolete instructions in decision tree Revision Changes Path 1.2 t400/sw/verif/int/aisc/test.asm http://www.opencores.org/cvsweb.shtml/t400/sw/verif/int/aisc/test.asm.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: test.asm =================================================================== RCS file: /cvsroot/arniml/t400/sw/verif/int/aisc/test.asm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- test.asm 28 May 2006 15:26:04 -0000 1.1 +++ test.asm 28 May 2006 19:22:11 -0000 1.2 @@ -1,5 +1,5 @@ ;; ******************************************************************* - ;; $Id: test.asm,v 1.1 2006/05/28 15:26:04 arniml Exp $ + ;; $Id: test.asm,v 1.2 2006/05/28 19:22:11 arniml Exp $ ;; ;; Checks interrupt on AISC. ;; AISC is interrupted twice: @@ -95,9 +95,9 @@ ldd 3, 14 x 0 skmbz 0x0 - jmp check_sa_030 + jp check_sa_030 skmbz 0x1 - jmp check_sa_0b0 + jp check_sa_0b0 jmp fail check_sa_030: @@ -105,7 +105,6 @@ jmp int_finished check_sa_0b0: check_sa ret_instr_0b0 - jmp int_finished int_finished: restore_c_m_a
|
 |