-
Notifications
You must be signed in to change notification settings - Fork 1
/
ADPLL_5_3.v.bak
45 lines (28 loc) · 1.03 KB
/
ADPLL_5_3.v.bak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
//=======================================================
// This code is generated by Terasic System Builder
//=======================================================
module ADPLL_5_3(
//////////// CLOCK //////////
input CLOCK_125_p,
input CLOCK_50_B5B,
input CLOCK_50_B6A,
input CLOCK_50_B7A,
input CLOCK_50_B8A,
//////////// KEY //////////
input CPU_RESET_n,
input [3:0] KEY,
//////////// SW //////////
input [9:0] SW,
//////////// SEG7 //////////
output [6:0] HEX0,
output [6:0] HEX1,
//////////// GPIO, GPIO connect to GPIO Default //////////
inout [35:0] GPIO
);
//=======================================================
// REG/WIRE declarations
//=======================================================
//=======================================================
// Structural coding
//=======================================================
endmodule