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/] [Other/] [dummy_module.IP] - Blame information for rev 48

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 34 alirezamon
#######################################################################
2
##      File: dummy_module.IP
3
##
4
##      Copyright (C) 2014-2016  Alireza Monemi
5
##
6
##      This file is part of ProNoC 1.6.0
7
##
8
##      WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT
9
##      MAY CAUSE UNEXPECTED BEHAIVOR.
10
################################################################################
11
 
12
$wb_master_dummy_request = bless( {
13
                                    'version' => 1,
14 48 alirezamon
                                    'file_name' => 'mpsoc/rtl/src_peripheral/DMA/wb_master_dummy_request.v',
15 34 alirezamon
                                    'ip_name' => 'dummy_module',
16
                                    'ports' => {
17
                                                 'clk' => {
18
                                                            'intfc_name' => 'plug:clk[0]',
19
                                                            'type' => 'input',
20
                                                            'range' => '',
21
                                                            'intfc_port' => 'clk_i'
22
                                                          },
23
                                                 'm_rd_addr_o' => {
24
                                                                    'intfc_port' => 'adr_o',
25
                                                                    'type' => 'output',
26
                                                                    'intfc_name' => 'plug:wb_master[0]',
27
                                                                    'range' => 'M_Aw-1          :   0'
28
                                                                  },
29
                                                 'm_rd_sel_o' => {
30
                                                                   'intfc_port' => 'sel_o',
31
                                                                   'range' => 'SELw-1          :   0',
32
                                                                   'intfc_name' => 'plug:wb_master[0]',
33
                                                                   'type' => 'output'
34
                                                                 },
35
                                                 'm_rd_we_o' => {
36
                                                                  'range' => '',
37
                                                                  'type' => 'output',
38
                                                                  'intfc_name' => 'plug:wb_master[0]',
39
                                                                  'intfc_port' => 'we_o'
40
                                                                },
41
                                                 'reset' => {
42
                                                              'range' => '',
43
                                                              'intfc_name' => 'plug:reset[0]',
44
                                                              'type' => 'input',
45
                                                              'intfc_port' => 'reset_i'
46
                                                            },
47
                                                 'm_rd_cyc_o' => {
48
                                                                   'range' => '',
49
                                                                   'type' => 'output',
50
                                                                   'intfc_name' => 'plug:wb_master[0]',
51
                                                                   'intfc_port' => 'cyc_o'
52
                                                                 },
53
                                                 'm_rd_cti_o' => {
54
                                                                   'type' => 'output',
55
                                                                   'intfc_name' => 'plug:wb_master[0]',
56
                                                                   'range' => 'TAGw-1          :   0',
57
                                                                   'intfc_port' => 'cti_o'
58
                                                                 },
59
                                                 'm_rd_ack_i' => {
60
                                                                   'intfc_name' => 'plug:wb_master[0]',
61
                                                                   'type' => 'input',
62
                                                                   'range' => '',
63
                                                                   'intfc_port' => 'ack_i'
64
                                                                 },
65
                                                 'm_rd_stb_o' => {
66
                                                                   'type' => 'output',
67
                                                                   'intfc_name' => 'plug:wb_master[0]',
68
                                                                   'range' => '',
69
                                                                   'intfc_port' => 'stb_o'
70
                                                                 },
71
                                                 'm_rd_dat_i' => {
72
                                                                   'type' => 'input',
73
                                                                   'intfc_name' => 'plug:wb_master[0]',
74
                                                                   'range' => 'Dw-1           :  0',
75
                                                                   'intfc_port' => 'dat_i'
76
                                                                 }
77
                                               },
78
                                    'ports_order' => [
79
                                                       'clk',
80
                                                       'reset',
81
                                                       'm_rd_sel_o',
82
                                                       'm_rd_addr_o',
83
                                                       'm_rd_cti_o',
84
                                                       'm_rd_stb_o',
85
                                                       'm_rd_cyc_o',
86
                                                       'm_rd_we_o',
87
                                                       'm_rd_dat_i',
88
                                                       'm_rd_ack_i'
89
                                                     ],
90
                                    'module_name' => 'wb_master_dummy_request',
91
                                    'parameters_order' => [
92
                                                            'Dw',
93
                                                            'S_Aw',
94
                                                            'M_Aw',
95
                                                            'TAGw',
96
                                                            'SELw',
97
                                                            'REQ_LEN_CLK_NUM',
98
                                                            'REQ_WAIT_CLK_NUM'
99
                                                          ],
100
                                    'description' => 'This module have one  wishbone bus master port which is used for readding wishbone address zero for predefined clock cycle num that can be set using "REQ_LEN_CLK_NUM" parameter. Then it will remain deactivate for another  predefined clock cycle num that can be set using "REQ_WAIT_CLK_NUM". I wrote this module just for testing a processing tile.  ',
101
                                    'plugs' => {
102
                                                 'wb_master' => {
103
                                                                  'wb_master' => {},
104
                                                                  '0' => {
105
                                                                           'name' => 'wb_master'
106
                                                                         },
107
                                                                  'value' => 1,
108
                                                                  'type' => 'num'
109
                                                                },
110
                                                 'clk' => {
111
                                                            '0' => {
112
                                                                     'name' => 'clk'
113
                                                                   },
114
                                                            'value' => 1,
115
                                                            'clk' => {},
116
                                                            'type' => 'num'
117
                                                          },
118
                                                 'reset' => {
119
                                                              'value' => 1,
120
                                                              '0' => {
121
                                                                       'name' => 'reset'
122
                                                                     },
123
                                                              'reset' => {},
124
                                                              'type' => 'num'
125
                                                            }
126
                                               },
127
                                    'parameters' => {
128
                                                      'S_Aw' => {
129 38 alirezamon
                                                                  'default' => '   7',
130 34 alirezamon
                                                                  'type' => 'Fixed',
131
                                                                  'info' => 'Parameter',
132
                                                                  'redefine_param' => 1,
133
                                                                  'global_param' => 'Parameter',
134
                                                                  'content' => ''
135
                                                                },
136
                                                      'REQ_LEN_CLK_NUM' => {
137
                                                                             'type' => 'Spin-button',
138 38 alirezamon
                                                                             'default' => ' 10',
139 34 alirezamon
                                                                             'info' => 'Parameter',
140
                                                                             'content' => '1,100000,1',
141
                                                                             'global_param' => 'Parameter',
142
                                                                             'redefine_param' => 1
143
                                                                           },
144
                                                      'TAGw' => {
145
                                                                  'info' => 'Parameter',
146
                                                                  'type' => 'Fixed',
147 38 alirezamon
                                                                  'default' => '   3',
148 34 alirezamon
                                                                  'global_param' => 'Parameter',
149
                                                                  'redefine_param' => 1,
150
                                                                  'content' => ''
151
                                                                },
152
                                                      'M_Aw' => {
153
                                                                  'global_param' => 'Parameter',
154
                                                                  'redefine_param' => 1,
155
                                                                  'content' => '',
156 38 alirezamon
                                                                  'default' => '   32',
157 34 alirezamon
                                                                  'type' => 'Fixed',
158
                                                                  'info' => 'Parameter'
159
                                                                },
160
                                                      'REQ_WAIT_CLK_NUM' => {
161
                                                                              'info' => 'Parameter',
162
                                                                              'type' => 'Spin-button',
163 38 alirezamon
                                                                              'default' => ' 20',
164 34 alirezamon
                                                                              'global_param' => 'Parameter',
165
                                                                              'redefine_param' => 1,
166
                                                                              'content' => '1,100000,1'
167
                                                                            },
168
                                                      'SELw' => {
169
                                                                  'info' => 'Parameter',
170
                                                                  'type' => 'Fixed',
171 38 alirezamon
                                                                  'default' => '   4',
172 34 alirezamon
                                                                  'redefine_param' => 1,
173
                                                                  'global_param' => 'Parameter',
174
                                                                  'content' => ''
175
                                                                },
176
                                                      'Dw' => {
177
                                                                'global_param' => 'Parameter',
178
                                                                'redefine_param' => 1,
179
                                                                'content' => '',
180
                                                                'type' => 'Fixed',
181 38 alirezamon
                                                                'default' => '   32',
182 34 alirezamon
                                                                'info' => 'Parameter'
183
                                                              }
184
                                                    },
185
                                    'modules' => {
186
                                                   'wb_master_dummy_request' => {}
187
                                                 },
188
                                    'gui_status' => {
189
                                                      'timeout' => 0,
190
                                                      'status' => 'ideal'
191
                                                    },
192
                                    'hdl_files' => [
193 48 alirezamon
                                                     '/mpsoc/rtl/src_peripheral/Other/wb_master_dummy_request.v'
194 34 alirezamon
                                                   ],
195
                                    'category' => 'Other',
196
                                    'unused' => {
197
                                                  'plug:wb_master[0]' => [
198
                                                                           'dat_o',
199
                                                                           'tag_o',
200
                                                                           'rty_i',
201
                                                                           'bte_o',
202
                                                                           'err_i'
203
                                                                         ]
204
                                                }
205
                                  }, 'ip_gen' );

powered by: WebSVN 2.1.0

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