OpenCores
URL https://opencores.org/ocsvn/t48/t48/trunk

Subversion Repositories t48

[/] [t48/] [tags/] [rel_0_1_beta/] [bench/] [vhdl/] [tb-c.vhd] - Rev 345

Go to most recent revision | Compare with Previous | Blame | View Log

-------------------------------------------------------------------------------
--
-- The testbench for t48_core.
--
-- $Id: tb-c.vhd,v 1.2 2004-04-25 16:23:21 arniml Exp $
--
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
--
-- All rights reserved
--
-------------------------------------------------------------------------------
 
configuration tb_behav_c0 of tb is
 
  for behav
 
    for rom_4k : syn_rom
      use configuration work.syn_rom_lpm_c0;
    end for;
 
    for ram_256 : syn_ram
      use configuration work.syn_ram_lpm_c0;
    end for;
 
    for ext_ram_b : syn_ram
      use configuration work.syn_ram_lpm_c0;
    end for;
 
    for t48_core_b : t48_core
      use configuration work.t48_core_struct_c0;
    end for;
 
    for if_timing_b : if_timing
      use configuration work.if_timing_behav_c0;
    end for;
 
  end for;
 
end tb_behav_c0;
 
 
-------------------------------------------------------------------------------
-- File History:
--
-- $Log: not supported by cvs2svn $
-- Revision 1.1  2004/03/24 21:42:10  arniml
-- initial check-in
--
-------------------------------------------------------------------------------
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.