OpenCores
URL https://opencores.org/ocsvn/an-fpga-implementation-of-low-latency-noc-based-mpsoc/an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk

Subversion Repositories an-fpga-implementation-of-low-latency-noc-based-mpsoc

[/] [an-fpga-implementation-of-low-latency-noc-based-mpsoc/] [trunk/] [mpsoc/] [boards/] [Xilinx/] [kc705/] [kc705.v] - Blame information for rev 48

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 48 alirezamon
module kc705_wrapper(
2
    // FMC conector
3
    // clk and rst inputs
4
    // output    FMC_HPC_LA00_CC_N,//reset
5
    output      FMC_HPC_LA00_CC_P,//clk
6
    // 32 input data
7
    input       FMC_HPC_LA01_CC_N,
8
    input       FMC_HPC_LA01_CC_P,
9
    input       FMC_HPC_LA02_N,
10
    input       FMC_HPC_LA02_P,
11
    input       FMC_HPC_LA03_N,
12
    input       FMC_HPC_LA03_P,
13
    input       FMC_HPC_LA04_N,
14
    input       FMC_HPC_LA04_P,
15
    input       FMC_HPC_LA05_N,
16
    input       FMC_HPC_LA05_P,
17
    input       FMC_HPC_LA06_N,
18
    input       FMC_HPC_LA06_P,
19
    input       FMC_HPC_LA07_N,
20
    input       FMC_HPC_LA07_P,
21
    input       FMC_HPC_LA08_N,
22
    input       FMC_HPC_LA08_P,
23
    input       FMC_HPC_LA09_N,
24
    input       FMC_HPC_LA09_P,
25
    input       FMC_HPC_LA10_N,
26
    input       FMC_HPC_LA10_P,
27
    input       FMC_HPC_LA11_N,
28
    input       FMC_HPC_LA11_P,
29
    input       FMC_HPC_LA12_N,
30
    input       FMC_HPC_LA12_P,
31
    input       FMC_HPC_LA13_N,
32
    input       FMC_HPC_LA13_P,
33
    input       FMC_HPC_LA14_N,
34
    input       FMC_HPC_LA14_P,
35
    input       FMC_HPC_LA15_N,
36
    input       FMC_HPC_LA15_P,
37
    input       FMC_HPC_LA16_N,
38
    input       FMC_HPC_LA16_P,
39
    // ready input output
40
    output      FMC_HPC_LA17_CC_N,
41
    // valid outut input
42
    input       FMC_HPC_LA17_CC_P,
43
    // 32 bit output data
44
    output      FMC_HPC_LA18_CC_N,
45
    output      FMC_HPC_LA18_CC_P,
46
    output      FMC_HPC_LA19_N,
47
    output      FMC_HPC_LA19_P,
48
    output      FMC_HPC_LA20_N,
49
    output      FMC_HPC_LA20_P,
50
    output      FMC_HPC_LA21_N,
51
    output      FMC_HPC_LA21_P,
52
    output      FMC_HPC_LA22_N,
53
    output      FMC_HPC_LA22_P,
54
    output      FMC_HPC_LA23_N,
55
    output      FMC_HPC_LA23_P,
56
    output      FMC_HPC_LA24_N,
57
    output      FMC_HPC_LA24_P,
58
    output      FMC_HPC_LA25_N,
59
    output      FMC_HPC_LA25_P,
60
    output      FMC_HPC_LA26_N,
61
    output      FMC_HPC_LA26_P,
62
    output      FMC_HPC_LA27_N,
63
    output      FMC_HPC_LA27_P,
64
    output      FMC_HPC_LA28_N,
65
    output      FMC_HPC_LA28_P,
66
    output      FMC_HPC_LA29_N,
67
    output      FMC_HPC_LA29_P,
68
    output      FMC_HPC_LA30_N,
69
    output      FMC_HPC_LA30_P,
70
    output      FMC_HPC_LA31_N,
71
    output      FMC_HPC_LA31_P,
72
    output      FMC_HPC_LA32_N,
73
    output      FMC_HPC_LA32_P,
74
    output      FMC_HPC_LA33_N,
75
    output      FMC_HPC_LA33_P,
76
    //ready output input 
77
    input       FMC_HPC_HA00_CC_N,
78
    // valid output intput
79
    output      FMC_HPC_HA00_CC_P,
80
    // SPI and uart irq inputs
81
    // input     FMC_HPC_HA01_CC_N,
82
    // input     FMC_HPC_HA01_CC_P,
83
    //asincronous rstn input
84
    input       FMC_HPC_HA02_N,
85
    ///clk status leds
86
    output      FMC_HPC_HA02_P,
87
    output      FMC_HPC_HA03_N,
88
    //diferential clk_input 
89
    input       clk_p,
90
    input       clk_n,
91
   //UART
92
   input         rxd,
93
   output        txd,
94
   //JTAG
95
   input         tdi,
96
   output        tdo,
97
   input         tms,
98
   input         tck,
99
   //SPI for SD-card
100
   output         spi_cs,
101
   output         spi_sclk,
102
   output         spi_mosi,
103
   input          spi_miso,
104
   //leds
105
    output [7: 0] led,
106
   //buttons
107
   input           button_n,
108
   input           button_s,
109
   input           button_w,
110
   input           button_e,
111
   input           button_c,
112
   //Dip sw   
113
   input [3: 0]    dipsw
114
 
115
 
116
);
117
 
118
 
119
endmodule

powered by: WebSVN 2.1.0

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