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

Subversion Repositories gamepads

[/] [gamepads/] [trunk/] [gcpad/] [rtl/] [vhdl/] [gcpad_full-c.vhd] - Blame information for rev 41

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 25 arniml
-------------------------------------------------------------------------------
2
--
3
-- GCpad controller core
4
--
5
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
6
--
7 41 arniml
-- $Id: gcpad_full-c.vhd 41 2009-04-01 19:58:04Z arniml $
8 25 arniml
--
9
-------------------------------------------------------------------------------
10
 
11
configuration gcpad_full_struct_c0 of gcpad_full is
12
 
13
  for struct
14
    for ctrl_b : gcpad_ctrl
15
      use configuration work.gcpad_ctrl_rtl_c0;
16
    end for;
17
 
18
    for tx_b : gcpad_tx
19
      use configuration work.gcpad_tx_rtl_c0;
20
    end for;
21
 
22
    for rx_b : gcpad_rx
23
      use configuration work.gcpad_rx_rtl_c0;
24
    end for;
25
  end for;
26
 
27
end gcpad_full_struct_c0;

powered by: WebSVN 2.1.0

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