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

Subversion Repositories gamepads

[/] [gamepads/] [trunk/] [gcpad/] [rtl/] [vhdl/] [gcpad_full-c.vhd] - Rev 41

Compare with Previous | Blame | View Log

-------------------------------------------------------------------------------
--
-- GCpad controller core
--
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
--
-- $Id: gcpad_full-c.vhd 41 2009-04-01 19:58:04Z arniml $
--
-------------------------------------------------------------------------------
 
configuration gcpad_full_struct_c0 of gcpad_full is
 
  for struct
    for ctrl_b : gcpad_ctrl
      use configuration work.gcpad_ctrl_rtl_c0;
    end for;
 
    for tx_b : gcpad_tx
      use configuration work.gcpad_tx_rtl_c0;
    end for;
 
    for rx_b : gcpad_rx
      use configuration work.gcpad_rx_rtl_c0;
    end for;
  end for;
 
end gcpad_full_struct_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.