|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sun Nov 26 12:58:28 CET 2006
Subject: [cvs-checkins] MODIFIED: t48 ...
Date: 00/06/11 26:12:58 Modified: t48/rtl/vhdl/system t48_rom-struct-a.vhd t49_rom-struct-a.vhd Log: fix component name Revision Changes Path 1.2 t48/rtl/vhdl/system/t48_rom-struct-a.vhd http://www.opencores.org/cvsweb.shtml/t48/rtl/vhdl/system/t48_rom-struct-a.vhd.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: t48_rom-struct-a.vhd =================================================================== RCS file: /cvsroot/arniml/t48/rtl/vhdl/system/t48_rom-struct-a.vhd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- t48_rom-struct-a.vhd 21 Jun 2006 00:59:15 -0000 1.1 +++ t48_rom-struct-a.vhd 26 Nov 2006 11:58:28 -0000 1.2 @@ -2,7 +2,7 @@ -- -- T8x48 ROM -- --- $Id: t48_rom-struct-a.vhd,v 1.1 2006/06/21 00:59:15 arniml Exp $ +-- $Id: t48_rom-struct-a.vhd,v 1.2 2006/11/26 11:58:28 arniml Exp $ -- -- Copyright (c) 2006 Arnim Laeuger (arniml@o...) -- @@ -45,7 +45,7 @@ architecture struct of t48_rom is - component rom_t48x + component rom_t48 port( Clk : in std_logic; A : in std_logic_vector(9 downto 0); @@ -69,6 +69,9 @@ -- File History: -- -- $Log: t48_rom-struct-a.vhd,v $ +-- Revision 1.2 2006/11/26 11:58:28 arniml +-- fix component name +-- -- Revision 1.1 2006/06/21 00:59:15 arniml -- initial check-in -- 1.2 t48/rtl/vhdl/system/t49_rom-struct-a.vhd http://www.opencores.org/cvsweb.shtml/t48/rtl/vhdl/system/t49_rom-struct-a.vhd.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: t49_rom-struct-a.vhd =================================================================== RCS file: /cvsroot/arniml/t48/rtl/vhdl/system/t49_rom-struct-a.vhd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- t49_rom-struct-a.vhd 21 Jun 2006 00:59:15 -0000 1.1 +++ t49_rom-struct-a.vhd 26 Nov 2006 11:58:28 -0000 1.2 @@ -2,7 +2,7 @@ -- -- T8x49 ROM -- --- $Id: t49_rom-struct-a.vhd,v 1.1 2006/06/21 00:59:15 arniml Exp $ +-- $Id: t49_rom-struct-a.vhd,v 1.2 2006/11/26 11:58:28 arniml Exp $ -- -- Copyright (c) 2006 Arnim Laeuger (arniml@o...) -- @@ -45,7 +45,7 @@ architecture struct of t49_rom is - component rom_t49x + component rom_t49 port( Clk : in std_logic; A : in std_logic_vector(10 downto 0); @@ -69,6 +69,9 @@ -- File History: -- -- $Log: t49_rom-struct-a.vhd,v $ +-- Revision 1.2 2006/11/26 11:58:28 arniml +-- fix component name +-- -- Revision 1.1 2006/06/21 00:59:15 arniml -- initial check-in --
|
 |