|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sun Nov 26 13:52:34 CET 2006
Subject: [cvs-checkins] MODIFIED: t48 ...
Date: 00/06/11 26:13:52 Added: t48/rtl/vhdl/system t48_rom-struct-c.vhd t49_rom-struct-c.vhd Log: initial check-in Revision Changes Path 1.1 t48/rtl/vhdl/system/t48_rom-struct-c.vhd http://www.opencores.org/cvsweb.shtml/t48/rtl/vhdl/system/t48_rom-struct-c.vhd?rev=1.1&content-type=text/x-cvsweb-markup Index: t48_rom-struct-c.vhd =================================================================== ------------------------------------------------------------------------------- -- -- T8x48 ROM -- -- $Id: t48_rom-struct-c.vhd,v 1.1 2006/11/26 12:52:34 arniml Exp $ -- -- Copyright (c) 2006, Arnim Laeuger (arniml@o...) -- -- All rights reserved -- ------------------------------------------------------------------------------- configuration t48_rom_struct_c0 of t48_rom is for struct for rom_b: rom_t48 use configuration work.rom_t48_rtl_c0; end for; end for; end t48_rom_struct_c0; 1.1 t48/rtl/vhdl/system/t49_rom-struct-c.vhd http://www.opencores.org/cvsweb.shtml/t48/rtl/vhdl/system/t49_rom-struct-c.vhd?rev=1.1&content-type=text/x-cvsweb-markup Index: t49_rom-struct-c.vhd =================================================================== ------------------------------------------------------------------------------- -- -- T8x49 ROM -- -- $Id: t49_rom-struct-c.vhd,v 1.1 2006/11/26 12:52:34 arniml Exp $ -- -- Copyright (c) 2006, Arnim Laeuger (arniml@o...) -- -- All rights reserved -- ------------------------------------------------------------------------------- configuration t49_rom_struct_c0 of t49_rom is for struct for rom_b: rom_t49 use configuration work.rom_t49_rtl_c0; end for; end for; end t49_rom_struct_c0;
|