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/] [perl_gui/] [lib/] [ip/] [Source/] [xilinx_pll.IP] - Blame information for rev 48

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 48 alirezamon
#######################################################################
2
##      File: xilinx_pll.IP
3
##
4
##      Copyright (C) 2014-2019  Alireza Monemi
5
##
6
##      This file is part of ProNoC 1.9.1
7
##
8
##      WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT
9
##      MAY CAUSE UNEXPECTED BEHAIVOR.
10
################################################################################
11
 
12
$ipgen = bless( {
13
                  'plugs' => {
14
                               'clk' => {
15
                                          '0' => {
16
                                                   'name' => 'clk_in'
17
                                                 },
18
                                          'type' => 'num',
19
                                          'value' => 1
20
                                        },
21
                               'reset' => {
22
                                            'value' => 1,
23
                                            '0' => {
24
                                                     'name' => 'reset_in'
25
                                                   },
26
                                            'type' => 'num'
27
                                          }
28
                             },
29
                  'sockets' => {
30
                                 'reset' => {
31
                                              'connection_num' => 'multi connection',
32
                                              'type' => 'num',
33
                                              '0' => {
34
                                                       'name' => 'reset'
35
                                                     },
36
                                              '1' => {
37
                                                       'name' => 'reset_1'
38
                                                     },
39
                                              'value' => 1
40
                                            },
41
                                 'clk' => {
42
                                            '1' => {
43
                                                     'name' => 'clk_1'
44
                                                   },
45
                                            '3' => {
46
                                                     'name' => 'clk_3'
47
                                                   },
48
                                            'value' => 'CLKOUT_NUM',
49
                                            '5' => {
50
                                                     'name' => 'clk_5'
51
                                                   },
52
                                            'type' => 'param',
53
                                            'connection_num' => 'multi connection',
54
                                            '0' => {
55
                                                     'name' => 'clk'
56
                                                   },
57
                                            '2' => {
58
                                                     'name' => 'clk_2'
59
                                                   },
60
                                            '4' => {
61
                                                     'name' => 'clk_4'
62
                                                   }
63
                                          }
64
                               },
65
                  'category' => 'Source',
66
                  'parameters_order' => [
67
                                          'CLKOUT_NUM',
68
                                          'BANDWIDTH',
69
                                          'CLKFBOUT_MULT',
70
                                          'CLKFBOUT_PHASE',
71
                                          'CLKIN1_PERIOD',
72
                                          'CLKOUT0_DIVIDE',
73
                                          'CLKOUT1_DIVIDE',
74
                                          'CLKOUT2_DIVIDE',
75
                                          'CLKOUT3_DIVIDE',
76
                                          'CLKOUT4_DIVIDE',
77
                                          'CLKOUT5_DIVIDE',
78
                                          'CLKOUT0_DUTY_CYCLE',
79
                                          'CLKOUT1_DUTY_CYCLE',
80
                                          'CLKOUT2_DUTY_CYCLE',
81
                                          'CLKOUT3_DUTY_CYCLE',
82
                                          'CLKOUT4_DUTY_CYCLE',
83
                                          'CLKOUT5_DUTY_CYCLE',
84
                                          'CLKOUT0_PHASE',
85
                                          'CLKOUT1_PHASE',
86
                                          'CLKOUT2_PHASE',
87
                                          'CLKOUT3_PHASE',
88
                                          'CLKOUT4_PHASE',
89
                                          'CLKOUT5_PHASE',
90
                                          'DIVCLK_DIVIDE',
91
                                          'REF_JITTER1',
92
                                          'STARTUP_WAIT'
93
                                        ],
94
                  'modules' => {
95
                                 'xilinx_pll2_base' => {}
96
                               },
97
                  'gui_status' => {
98
                                    'timeout' => 0,
99
                                    'status' => 'ideal'
100
                                  },
101
                  'ports_order' => [
102
                                     'clk_out',
103
                                     'reset_out',
104
                                     'clk_in',
105
                                     'reset_in'
106
                                   ],
107
                  'parameters' => {
108
                                    'CLKOUT1_DIVIDE' => {
109
                                                          'info' => 'Divide amount for CLKOUT1  (1-128)',
110
                                                          'global_param' => 'Localparam',
111
                                                          'redefine_param' => 1,
112
                                                          'type' => 'Spin-button',
113
                                                          'content' => '1,128,1',
114
                                                          'default' => '1'
115
                                                        },
116
                                    'CLKOUT4_DIVIDE' => {
117
                                                          'type' => 'Spin-button',
118
                                                          'content' => '1,128,1',
119
                                                          'redefine_param' => 1,
120
                                                          'global_param' => 'Localparam',
121
                                                          'info' => 'Divide amount for CLKOUT4  (1-128)',
122
                                                          'default' => '1'
123
                                                        },
124
                                    'CLKOUT2_DUTY_CYCLE' => {
125
                                                              'global_param' => 'Localparam',
126
                                                              'info' => ' Duty cycle for CLKOUT2 (0.001-0.999).',
127
                                                              'content' => '0.001,0.999,0.001',
128
                                                              'type' => 'Spin-button',
129
                                                              'redefine_param' => 1,
130
                                                              'default' => '0.5'
131
                                                            },
132
                                    'CLKIN1_PERIOD' => {
133
                                                         'default' => '0.0',
134
                                                         'global_param' => 'Localparam',
135
                                                         'info' => 'Input clock period in ns to ps resolution (i.e. 33.333 is 30 MHz).',
136
                                                         'content' => '0,1000,0.001',
137
                                                         'type' => 'Spin-button',
138
                                                         'redefine_param' => 1
139
                                                       },
140
                                    'CLKOUT4_PHASE' => {
141
                                                         'type' => 'Spin-button',
142
                                                         'content' => '-360.000,360.000,0.001',
143
                                                         'redefine_param' => 1,
144
                                                         'info' => 'Phase offset for each CLKOUT4 (-360.000-360.000).',
145
                                                         'global_param' => 'Localparam',
146
                                                         'default' => '0.0'
147
                                                       },
148
                                    'CLKOUT2_PHASE' => {
149
                                                         'global_param' => 'Localparam',
150
                                                         'info' => 'Phase offset for each CLKOUT2 (-360.000-360.000).',
151
                                                         'redefine_param' => 1,
152
                                                         'type' => 'Spin-button',
153
                                                         'content' => '-360.000,360.000,0.001',
154
                                                         'default' => '0.0'
155
                                                       },
156
                                    'CLKOUT_NUM' => {
157
                                                      'global_param' => 'Localparam',
158
                                                      'info' => 'Number of out put clk sources',
159
                                                      'redefine_param' => 1,
160
                                                      'content' => '1,2,3,4,5,6',
161
                                                      'type' => 'Combo-box',
162
                                                      'default' => '1'
163
                                                    },
164
                                    'CLKOUT3_DUTY_CYCLE' => {
165
                                                              'info' => ' Duty cycle for CLKOUT3 (0.001-0.999).',
166
                                                              'global_param' => 'Localparam',
167
                                                              'redefine_param' => 1,
168
                                                              'type' => 'Spin-button',
169
                                                              'content' => '0.001,0.999,0.001',
170
                                                              'default' => '0.5'
171
                                                            },
172
                                    'CLKOUT4_DUTY_CYCLE' => {
173
                                                              'redefine_param' => 1,
174
                                                              'type' => 'Spin-button',
175
                                                              'content' => '0.001,0.999,0.001',
176
                                                              'global_param' => 'Localparam',
177
                                                              'info' => ' Duty cycle for CLKOUT4 (0.001-0.999).',
178
                                                              'default' => '0.5'
179
                                                            },
180
                                    'CLKOUT2_DIVIDE' => {
181
                                                          'default' => '1',
182
                                                          'redefine_param' => 1,
183
                                                          'content' => '1,128,1',
184
                                                          'type' => 'Spin-button',
185
                                                          'global_param' => 'Localparam',
186
                                                          'info' => 'Divide amount for CLKOUT2  (1-128)'
187
                                                        },
188
                                    'CLKOUT0_PHASE' => {
189
                                                         'redefine_param' => 1,
190
                                                         'type' => 'Spin-button',
191
                                                         'content' => '-360.000,360.000,0.001',
192
                                                         'global_param' => 'Localparam',
193
                                                         'info' => 'Phase offset for each CLKOUT0 (-360.000-360.000).',
194
                                                         'default' => '0.0'
195
                                                       },
196
                                    'CLKFBOUT_MULT' => {
197
                                                         'default' => '5',
198
                                                         'type' => 'Spin-button',
199
                                                         'content' => '2,64,1',
200
                                                         'redefine_param' => 1,
201
                                                         'info' => 'Multiply value for all CLKOUT',
202
                                                         'global_param' => 'Localparam'
203
                                                       },
204
                                    'CLKOUT0_DIVIDE' => {
205
                                                          'default' => '1',
206
                                                          'global_param' => 'Localparam',
207
                                                          'info' => 'Divide amount for CLKOUT0  (1-128)',
208
                                                          'redefine_param' => 1,
209
                                                          'content' => '1,128,1',
210
                                                          'type' => 'Spin-button'
211
                                                        },
212
                                    'CLKOUT0_DUTY_CYCLE' => {
213
                                                              'default' => '0.5',
214
                                                              'type' => 'Spin-button',
215
                                                              'content' => '0.001,0.999,0.001',
216
                                                              'redefine_param' => 1,
217
                                                              'info' => ' Duty cycle for CLKOUT0 (0.001-0.999).',
218
                                                              'global_param' => 'Localparam'
219
                                                            },
220
                                    'CLKOUT3_PHASE' => {
221
                                                         'default' => '0.0',
222
                                                         'content' => '-360.000,360.000,0.001',
223
                                                         'type' => 'Spin-button',
224
                                                         'redefine_param' => 1,
225
                                                         'info' => 'Phase offset for each CLKOUT3  (-360.000-360.000).',
226
                                                         'global_param' => 'Localparam'
227
                                                       },
228
                                    'CLKOUT5_DIVIDE' => {
229
                                                          'default' => '1',
230
                                                          'info' => 'Divide amount for CLKOUT5  (1-128)',
231
                                                          'global_param' => 'Localparam',
232
                                                          'redefine_param' => 1,
233
                                                          'type' => 'Spin-button',
234
                                                          'content' => '1,128,1'
235
                                                        },
236
                                    'CLKOUT1_PHASE' => {
237
                                                         'global_param' => 'Localparam',
238
                                                         'info' => 'Phase offset for each CLKOUT1 (-360.000-360.000).',
239
                                                         'content' => '-360.000,360.000,0.001',
240
                                                         'type' => 'Spin-button',
241
                                                         'redefine_param' => 1,
242
                                                         'default' => '0.0'
243
                                                       },
244
                                    'BANDWIDTH' => {
245
                                                     'default' => '"OPTIMIZED"',
246
                                                     'redefine_param' => 1,
247
                                                     'type' => 'Combo-box',
248
                                                     'content' => '"OPTIMIZED","HIGH","LOW"',
249
                                                     'info' => '',
250
                                                     'global_param' => 'Localparam'
251
                                                   },
252
                                    'CLKFBOUT_PHASE' => {
253
                                                          'info' => 'Phase offset in degrees of CLKFB, (-360.000-360.000).',
254
                                                          'global_param' => 'Localparam',
255
                                                          'redefine_param' => 1,
256
                                                          'type' => 'Spin-button',
257
                                                          'content' => '-360.000,360.000,0.001',
258
                                                          'default' => '0.0'
259
                                                        },
260
                                    'DIVCLK_DIVIDE' => {
261
                                                         'redefine_param' => 1,
262
                                                         'content' => '1,56,1',
263
                                                         'type' => 'Spin-button',
264
                                                         'global_param' => 'Localparam',
265
                                                         'info' => 'Master division value, (1-56)',
266
                                                         'default' => '1'
267
                                                       },
268
                                    'STARTUP_WAIT' => {
269
                                                        'default' => '"FALSE"',
270
                                                        'global_param' => 'Localparam',
271
                                                        'info' => 'Delay DONE until PLL Locks, ("TRUE"/"FALSE")',
272
                                                        'redefine_param' => 1,
273
                                                        'type' => 'Fixed',
274
                                                        'content' => '"TRUE","FALSE"'
275
                                                      },
276
                                    'CLKOUT5_PHASE' => {
277
                                                         'redefine_param' => 1,
278
                                                         'content' => '-360.000,360.000,0.001',
279
                                                         'type' => 'Spin-button',
280
                                                         'info' => 'Phase offset for each CLKOUT5 (-360.000-360.000).',
281
                                                         'global_param' => 'Localparam',
282
                                                         'default' => '0.0'
283
                                                       },
284
                                    'CLKOUT5_DUTY_CYCLE' => {
285
                                                              'redefine_param' => 1,
286
                                                              'content' => '0.001,0.999,0.001',
287
                                                              'type' => 'Spin-button',
288
                                                              'info' => ' Duty cycle for CLKOUT5 (0.001-0.999).',
289
                                                              'global_param' => 'Localparam',
290
                                                              'default' => '0.5'
291
                                                            },
292
                                    'CLKOUT1_DUTY_CYCLE' => {
293
                                                              'default' => '0.5',
294
                                                              'global_param' => 'Localparam',
295
                                                              'info' => ' Duty cycle for CLKOUT1 (0.001-0.999).',
296
                                                              'type' => 'Spin-button',
297
                                                              'content' => '0.001,0.999,0.001',
298
                                                              'redefine_param' => 1
299
                                                            },
300
                                    'REF_JITTER1' => {
301
                                                       'default' => '0.0',
302
                                                       'redefine_param' => 1,
303
                                                       'type' => 'Spin-button',
304
                                                       'content' => '0.000,0.999,0.001',
305
                                                       'global_param' => 'Localparam',
306
                                                       'info' => 'Reference input jitter in UI, (0.000-0.999).'
307
                                                     },
308
                                    'CLKOUT3_DIVIDE' => {
309
                                                          'info' => 'Divide amount for CLKOUT3  (1-128)',
310
                                                          'global_param' => 'Localparam',
311
                                                          'content' => '1,128,1',
312
                                                          'type' => 'Spin-button',
313
                                                          'redefine_param' => 1,
314
                                                          'default' => '1'
315
                                                        }
316
                                  },
317
                  'unused' => undef,
318
                  'description' => 'PLLE2_BASE',
319
                  'module_name' => 'xilinx_pll2_base',
320
                  'version' => 17,
321
                  'file_name' => 'mpsoc/rtl/src_peripheral/clk_source/xilinx_pll/xilinx_pll2_base.v',
322
                  'hdl_files_ticked' => [
323
                                          '/mpsoc/rtl/src_peripheral/clk_source/xilinx_pll/xilinx_pll_sim'
324
                                        ],
325
                  'ip_name' => 'xilinx_pll',
326
                  'hdl_files' => [
327
                                   '/mpsoc/rtl/src_peripheral/clk_source/xilinx_pll/xilinx_pll2_base.v',
328
                                   '/mpsoc/rtl/src_peripheral/clk_source/xilinx_pll/xilinx_pll_sim'
329
                                 ],
330
                  'ports' => {
331
                               'reset_in' => {
332
                                               'range' => '',
333
                                               'intfc_port' => 'reset_i',
334
                                               'intfc_name' => 'plug:reset[0]',
335
                                               'type' => 'input'
336
                                             },
337
                               'clk_in' => {
338
                                             'intfc_port' => 'clk_i',
339
                                             'intfc_name' => 'plug:clk[0]',
340
                                             'range' => '',
341
                                             'type' => 'input'
342
                                           },
343
                               'reset_out' => {
344
                                                'type' => 'output',
345
                                                'range' => '',
346
                                                'intfc_name' => 'socket:reset[0]',
347
                                                'intfc_port' => 'reset_o'
348
                                              },
349
                               'clk_out' => {
350
                                              'range' => 'CLKOUT_NUM-1: 0',
351
                                              'intfc_port' => 'clk_o',
352
                                              'intfc_name' => 'socket:clk[array]',
353
                                              'type' => 'output'
354
                                            }
355
                             }
356
                }, 'ip_gen' );

powered by: WebSVN 2.1.0

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