|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Jun 24 02:51:50 CEST 2006
Subject: [cvs-checkins] MODIFIED: t48 ...
Date: 00/06/06 24:02:51 Modified: t48/bench/vhdl tb_t8048.vhd Log: comment added about lower 1k of external ROM Revision Changes Path 1.7 t48/bench/vhdl/tb_t8048.vhd http://www.opencores.org/cvsweb.shtml/t48/bench/vhdl/tb_t8048.vhd.diff?r1=1.6&r2=1.7 (In the diff below, changes in quantity of whitespace are not shown.) Index: tb_t8048.vhd =================================================================== RCS file: /cvsroot/arniml/t48/bench/vhdl/tb_t8048.vhd,v retrieving revision 1.6 retrieving revision 1.7 diff -u -b -r1.6 -r1.7 --- tb_t8048.vhd 22 Jun 2006 00:21:28 -0000 1.6 +++ tb_t8048.vhd 24 Jun 2006 00:51:50 -0000 1.7 @@ -2,7 +2,7 @@ -- -- The testbench for t8048. -- --- $Id: tb_t8048.vhd,v 1.6 2006/06/22 00:21:28 arniml Exp $ +-- $Id: tb_t8048.vhd,v 1.7 2006/06/24 00:51:50 arniml Exp $ -- -- Copyright (c) 2004, Arnim Laeuger (arniml@o...) -- @@ -50,6 +50,7 @@ end tb_t8048; + use work.t48_core_comp_pack.generic_ram_ena; use work.t48_system_comp_pack.t8048; @@ -186,6 +187,7 @@ p2_b, db_b) begin + -- lowest 1k of external ROM is not used ext_mem_addr_s(11 downto 8) <= To_X01Z(p2_b(3 downto 0)); if ale_s'event and ale_s = '0' then @@ -294,6 +296,9 @@ -- File History: -- -- $Log: tb_t8048.vhd,v $ +-- Revision 1.7 2006/06/24 00:51:50 arniml +-- comment added about lower 1k of external ROM +-- -- Revision 1.6 2006/06/22 00:21:28 arniml -- added external ROM --
|
 |