]> git.zerfleddert.de Git - fpga-games/blame - galaxian/src/fpga_arcade_if_x.v
impact 11 renamed the intel flash...
[fpga-games] / galaxian / src / fpga_arcade_if_x.v
CommitLineData
782690d0
MG
1//-------------------------------------------------------------------\r
2// \r
3// PLAYSTATION CONTROLLER-FPGA ARCADE GAME INTERFACE TOP \r
4// \r
5// Version : 2.02 \r
6// \r
7// Copyright(c) 2003 - 2004 Katsumi Degawa , All rights reserved \r
8// \r
9// Important ! \r
10// \r
11// This program is freeware for non-commercial use. \r
12// An author does no guarantee about this program. \r
13// You can use this under your own risk. \r
14//\r
15// Xilinx Net I/F \r
16//-------------------------------------------------------------------\r
17\r
18module fpga_arcade_if(\r
19\r
20CLK_18M432,\r
21I_RSTn,\r
22psCLK,\r
23psSEL,\r
24psTXD,\r
25psRXD,\r
26ps_PSW,\r
27I_VIB_SW \r
28\r
29);\r
30\r
31input CLK_18M432,I_RSTn;\r
32input I_VIB_SW;\r
33input psRXD;\r
34output psCLK,psSEL,psTXD;\r
35output [8:0]ps_PSW;\r
36\r
37endmodule
Impressum, Datenschutz