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

Subversion Repositories gamepads

[/] [gamepads/] [trunk/] [gcpad/] [bench/] [vhdl/] [tb-c.vhd] - Rev 41

Compare with Previous | Blame | View Log

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

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.