URL
https://opencores.org/ocsvn/t400/t400/trunk
Subversion Repositories t400
[/] [t400/] [trunk/] [bench/] [vhdl/] [t410_rom-lpm-c.vhd] - Rev 179
Compare with Previous | Blame | View Log
------------------------------------------------------------------------------- -- -- T410 ROM wrapper for lpm_rom. -- -- $Id: t410_rom-lpm-c.vhd 179 2009-04-01 19:48:38Z arniml $ -- -- Copyright (c) 2006, Arnim Laeuger (arniml@opencores.org) -- -- All rights reserved -- ------------------------------------------------------------------------------- configuration t410_rom_struct_c0 of t410_rom is for lpm for rom_b: lpm_rom use configuration work.lpm_rom_c0; end for; end for; end t410_rom_struct_c0;