|
Message
From: cvs at opencores.org<cvs@o...>
Date: Mon May 29 01:09:20 CEST 2006
Subject: [cvs-checkins] MODIFIED: t400 ...
Date: 00/06/05 29:01:09 Modified: t400/bench/vhdl tb_int.vhd Log: lower nibble is OD to prevent contention with testbench Revision Changes Path 1.4 t400/bench/vhdl/tb_int.vhd http://www.opencores.org/cvsweb.shtml/t400/bench/vhdl/tb_int.vhd.diff?r1=1.3&r2=1.4 (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.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- tb_int.vhd 28 May 2006 15:36:59 -0000 1.3 +++ tb_int.vhd 28 May 2006 23:09:20 -0000 1.4 @@ -2,7 +2,7 @@ -- -- Testbench for interrupt evaluation. -- --- $Id: tb_int.vhd,v 1.3 2006/05/28 15:36:59 arniml Exp $ +-- $Id: tb_int.vhd,v 1.4 2006/05/28 23:09:20 arniml Exp $ -- -- Copyright (c) 2006 Arnim Laeuger (arniml@o...) -- @@ -87,7 +87,11 @@ ----------------------------------------------------------------------------- t420_b : t420 generic map ( - opt_ck_div_g => t400_opt_ck_div_4_c + opt_ck_div_g => t400_opt_ck_div_4_c, + opt_l_out_type_3_g => t400_opt_out_type_od_c, + opt_l_out_type_2_g => t400_opt_out_type_od_c, + opt_l_out_type_1_g => t400_opt_out_type_od_c, + opt_l_out_type_0_g => t400_opt_out_type_od_c ) port map ( ck_i => ck_s, @@ -192,6 +196,9 @@ -- File History: -- -- $Log: tb_int.vhd,v $ +-- Revision 1.4 2006/05/28 23:09:20 arniml +-- lower nibble is OD to prevent contention with testbench +-- -- Revision 1.3 2006/05/28 15:36:59 arniml -- don't generate interrupt when in interrupt routine around 0x100 --
|
 |