1 |
12 |
tylerapohl |
/*
|
2 |
|
|
WARNING: Do NOT edit the input and output ports in this file in a text
|
3 |
|
|
editor if you plan to continue editing the block that represents it in
|
4 |
|
|
the Block Editor! File corruption is VERY likely to occur.
|
5 |
|
|
*/
|
6 |
|
|
/*
|
7 |
|
|
Copyright (C) 1991-2006 Altera Corporation
|
8 |
|
|
Your use of Altera Corporation's design tools, logic functions
|
9 |
|
|
and other software and tools, and its AMPP partner logic
|
10 |
|
|
functions, and any output files any of the foregoing
|
11 |
|
|
(including device programming or simulation files), and any
|
12 |
|
|
associated documentation or information are expressly subject
|
13 |
|
|
to the terms and conditions of the Altera Program License
|
14 |
|
|
Subscription Agreement, Altera MegaCore Function License
|
15 |
|
|
Agreement, or other applicable license agreement, including,
|
16 |
|
|
without limitation, that your use is for the sole purpose of
|
17 |
|
|
programming logic devices manufactured by Altera and sold by
|
18 |
|
|
Altera or its authorized distributors. Please refer to the
|
19 |
|
|
applicable agreement for further details.
|
20 |
|
|
*/
|
21 |
|
|
(header "symbol" (version "1.1"))
|
22 |
|
|
(symbol
|
23 |
|
|
(rect 0 0 160 64)
|
24 |
|
|
(text "CLK_LOCK" (rect 4 -18 104 1)(font "Arial" (font_size 10)))
|
25 |
|
|
(text "inst" (rect 8 45 31 60)(font "Arial" ))
|
26 |
|
|
(port
|
27 |
|
|
(pt 0 32)
|
28 |
|
|
(input)
|
29 |
|
|
(text "inclk" (rect 0 0 31 16)(font "Arial" (font_size 8)))
|
30 |
|
|
(text "inclk" (rect 4 16 31 32)(font "Arial" (font_size 8)))
|
31 |
|
|
(line (pt 0 32)(pt 72 32)(line_width 1))
|
32 |
|
|
)
|
33 |
|
|
(port
|
34 |
|
|
(pt 160 32)
|
35 |
|
|
(output)
|
36 |
|
|
(text "outclk" (rect 0 0 41 16)(font "Arial" (font_size 8)))
|
37 |
|
|
(text "outclk" (rect 122 16 157 32)(font "Arial" (font_size 8)))
|
38 |
|
|
(line (pt 160 32)(pt 91 32)(line_width 1))
|
39 |
|
|
)
|
40 |
|
|
(drawing
|
41 |
|
|
(text "clk" (rect 74 26 87 40)(font "Arial" ))
|
42 |
|
|
(text "Global Clock" (rect 87 47 146 61)(font "Arial" ))
|
43 |
|
|
(line (pt 72 17)(pt 72 47)(line_width 1))
|
44 |
|
|
(line (pt 72 17)(pt 92 33)(line_width 1))
|
45 |
|
|
(line (pt 72 47)(pt 92 31)(line_width 1))
|
46 |
|
|
(line (pt 0 0)(pt 161 0)(line_width 1))
|
47 |
|
|
(line (pt 161 0)(pt 161 65)(line_width 1))
|
48 |
|
|
(line (pt 0 65)(pt 161 65)(line_width 1))
|
49 |
|
|
(line (pt 0 0)(pt 0 65)(line_width 1))
|
50 |
|
|
)
|
51 |
|
|
)
|