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

Subversion Repositories gamepads

[/] [gamepads/] [trunk/] [gcpad/] [bench/] [vhdl/] [tb-c.vhd] - Diff between revs 38 and 41

Only display areas with differences | Details | Blame | View Log

Rev 38 Rev 41
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
--
--
-- Testbench for the
-- Testbench for the
-- GCpad controller core
-- GCpad controller core
--
--
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
--
--
-- $Id: tb-c.vhd,v 1.2 2004-10-10 17:27:36 arniml Exp $
-- $Id: tb-c.vhd 41 2009-04-01 19:58:04Z arniml $
--
--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
 
 
configuration tb_behav_c0 of tb is
configuration tb_behav_c0 of tb is
 
 
  for behav
  for behav
    for basic_b : gcpad_basic
    for basic_b : gcpad_basic
      use configuration work.gcpad_basic_struct_c0;
      use configuration work.gcpad_basic_struct_c0;
    end for;
    end for;
 
 
    for full_b : gcpad_full
    for full_b : gcpad_full
      use configuration work.gcpad_full_struct_c0;
      use configuration work.gcpad_full_struct_c0;
    end for;
    end for;
 
 
    for all : gcpad_mod
    for all : gcpad_mod
      use configuration work.gcpad_mod_behav_c0;
      use configuration work.gcpad_mod_behav_c0;
    end for;
    end for;
  end for;
  end for;
 
 
end tb_behav_c0;
end tb_behav_c0;
 
 

powered by: WebSVN 2.1.0

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