|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sun May 28 17:36:59 CEST 2006
Subject: [cvs-checkins] MODIFIED: t400 ...
Date: 00/06/05 28:17:36 Modified: t400/bench/vhdl tb_int.vhd Log: don't generate interrupt when in interrupt routine around 0x100 Revision Changes Path 1.3 t400/bench/vhdl/tb_int.vhd http://www.opencores.org/cvsweb.shtml/t400/bench/vhdl/tb_int.vhd.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: tb_int.vhd =================================================================== RCS file: /cvsroot/arniml/t400/bench/vhdl/tb_int.vhd,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- tb_int.vhd 28 May 2006 02:53:47 -0000 1.2 +++ tb_int.vhd 28 May 2006 15:36:59 -0000 1.3 @@ -2,7 +2,7 @@ -- -- Testbench for interrupt evaluation. -- --- $Id: tb_int.vhd,v 1.2 2006/05/28 02:53:47 arniml Exp $ +-- $Id: tb_int.vhd,v 1.3 2006/05/28 15:36:59 arniml Exp $ -- -- Copyright (c) 2006 Arnim Laeuger (arniml@o...) -- @@ -147,8 +147,6 @@ int_v := '0'; when 16#0b0# => int_v := '0'; - when 16#130# => - int_v := '0'; when 16#1b0# => int_v := '0'; when 16#230# => @@ -194,6 +192,9 @@ -- File History: -- -- $Log: tb_int.vhd,v $ +-- Revision 1.3 2006/05/28 15:36:59 arniml +-- don't generate interrupt when in interrupt routine around 0x100 +-- -- Revision 1.2 2006/05/28 02:53:47 arniml -- provide SA at L port --
|
 |