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/] [GPIO/] [gpo.IP] - Blame information for rev 34

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 25 alirezamon
#######################################################################
2
##      File: gpo.IP
3
##
4
##      Copyright (C) 2014-2016  Alireza Monemi
5
##
6 34 alirezamon
##      This file is part of ProNoC 1.6.0
7 25 alirezamon
##
8
##      WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT
9
##      MAY CAUSE UNEXPECTED BEHAIVOR.
10
################################################################################
11
 
12
$gpo = bless( {
13 34 alirezamon
                'version' => 1,
14
                'description' => 'General output port',
15 25 alirezamon
                'hdl_files' => [
16
                                 '/mpsoc/src_peripheral/gpio/gpio.v'
17
                               ],
18
                'parameters' => {
19 34 alirezamon
                                  'SELw' => {
20
                                              'type' => 'Fixed',
21
                                              'global_param' => 'Localparam',
22
                                              'info' => undef,
23
                                              'redefine_param' => 1,
24
                                              'deafult' => '    4',
25
                                              'content' => ''
26
                                            },
27 25 alirezamon
                                  'Aw' => {
28 34 alirezamon
                                            'type' => 'Fixed',
29
                                            'global_param' => 'Localparam',
30
                                            'deafult' => '    2',
31
                                            'content' => '',
32 25 alirezamon
                                            'info' => undef,
33 34 alirezamon
                                            'redefine_param' => 1
34
                                          },
35
                                  'Dw' => {
36 25 alirezamon
                                            'global_param' => 'Localparam',
37 34 alirezamon
                                            'type' => 'Fixed',
38 25 alirezamon
                                            'content' => '',
39 34 alirezamon
                                            'deafult' => 'PORT_WIDTH',
40 25 alirezamon
                                            'redefine_param' => 1,
41 34 alirezamon
                                            'info' => undef
42 25 alirezamon
                                          },
43
                                  'TAGw' => {
44
                                              'info' => undef,
45 34 alirezamon
                                              'redefine_param' => 1,
46 25 alirezamon
                                              'deafult' => '    3',
47
                                              'content' => '',
48
                                              'global_param' => 'Localparam',
49
                                              'type' => 'Fixed'
50
                                            },
51 34 alirezamon
                                  'PORT_WIDTH' => {
52
                                                    'deafult' => '   1',
53
                                                    'content' => '1,32,1',
54
                                                    'info' => 'output port width',
55
                                                    'redefine_param' => 1,
56
                                                    'type' => 'Spin-button',
57
                                                    'global_param' => 'Parameter'
58
                                                  }
59 25 alirezamon
                                },
60 34 alirezamon
                'unused' => {
61
                              'plug:wb_slave[0]' => [
62
                                                      'bte_i',
63
                                                      'cti_i'
64
                                                    ]
65
                            },
66
                'modules' => {
67
                               'gpo' => {},
68
                               'gpi' => {},
69
                               'gpio' => {}
70
                             },
71 25 alirezamon
                'ports' => {
72
                             'sa_tag_i' => {
73
                                             'intfc_port' => 'tag_i',
74
                                             'intfc_name' => 'plug:wb_slave[0]',
75
                                             'range' => 'TAGw-1     :   0',
76
                                             'type' => 'input'
77
                                           },
78 34 alirezamon
                             'reset' => {
79
                                          'type' => 'input',
80
                                          'intfc_name' => 'plug:reset[0]',
81
                                          'range' => '',
82
                                          'intfc_port' => 'reset_i'
83
                                        },
84
                             'sa_ack_o' => {
85 25 alirezamon
                                             'intfc_name' => 'plug:wb_slave[0]',
86
                                             'range' => '',
87 34 alirezamon
                                             'type' => 'output',
88
                                             'intfc_port' => 'ack_o'
89 25 alirezamon
                                           },
90 34 alirezamon
                             'sa_stb_i' => {
91
                                             'intfc_port' => 'stb_i',
92 25 alirezamon
                                             'intfc_name' => 'plug:wb_slave[0]',
93 34 alirezamon
                                             'range' => '',
94
                                             'type' => 'input'
95 25 alirezamon
                                           },
96
                             'sa_sel_i' => {
97 34 alirezamon
                                             'type' => 'input',
98
                                             'range' => 'SELw-1     :   0',
99 25 alirezamon
                                             'intfc_name' => 'plug:wb_slave[0]',
100 34 alirezamon
                                             'intfc_port' => 'sel_i'
101 25 alirezamon
                                           },
102 34 alirezamon
                             'clk' => {
103
                                        'intfc_port' => 'clk_i',
104
                                        'type' => 'input',
105
                                        'range' => '',
106
                                        'intfc_name' => 'plug:clk[0]'
107
                                      },
108
                             'sa_cyc_i' => {
109
                                             'intfc_port' => 'cyc_i',
110
                                             'type' => 'input',
111
                                             'intfc_name' => 'plug:wb_slave[0]',
112
                                             'range' => ''
113
                                           },
114 25 alirezamon
                             'sa_dat_i' => {
115 34 alirezamon
                                             'intfc_port' => 'dat_i',
116
                                             'type' => 'input',
117 25 alirezamon
                                             'intfc_name' => 'plug:wb_slave[0]',
118 34 alirezamon
                                             'range' => 'Dw-1       :   0'
119 25 alirezamon
                                           },
120
                             'port_o' => {
121
                                           'intfc_port' => 'IO',
122 34 alirezamon
                                           'type' => 'output',
123 25 alirezamon
                                           'intfc_name' => 'IO',
124 34 alirezamon
                                           'range' => 'PORT_WIDTH-1     :   0'
125 25 alirezamon
                                         },
126 34 alirezamon
                             'sa_addr_i' => {
127
                                              'intfc_port' => 'adr_i',
128
                                              'intfc_name' => 'plug:wb_slave[0]',
129
                                              'range' => 'Aw-1       :   0',
130
                                              'type' => 'input'
131
                                            },
132 25 alirezamon
                             'sa_we_i' => {
133
                                            'intfc_name' => 'plug:wb_slave[0]',
134
                                            'range' => '',
135 34 alirezamon
                                            'type' => 'input',
136
                                            'intfc_port' => 'we_i'
137 25 alirezamon
                                          },
138 34 alirezamon
                             'sa_dat_o' => {
139
                                             'range' => 'Dw-1       :   0',
140 25 alirezamon
                                             'intfc_name' => 'plug:wb_slave[0]',
141 34 alirezamon
                                             'type' => 'output',
142
                                             'intfc_port' => 'dat_o'
143 25 alirezamon
                                           },
144 34 alirezamon
                             'sa_rty_o' => {
145
                                             'type' => 'output',
146 25 alirezamon
                                             'intfc_name' => 'plug:wb_slave[0]',
147
                                             'range' => '',
148 34 alirezamon
                                             'intfc_port' => 'rty_o'
149 25 alirezamon
                                           },
150 34 alirezamon
                             'sa_err_o' => {
151
                                             'type' => 'output',
152 25 alirezamon
                                             'range' => '',
153
                                             'intfc_name' => 'plug:wb_slave[0]',
154 34 alirezamon
                                             'intfc_port' => 'err_o'
155 25 alirezamon
                                           }
156
                           },
157 34 alirezamon
                'gui_status' => {
158
                                  'status' => 'ideal',
159
                                  'timeout' => 0
160
                                },
161
                'category' => 'GPIO',
162
                'ip_name' => 'gpo',
163
                'system_h' => '#define  ${IP}_WRITE_REG                 (*((volatile unsigned int *) ($BASE+4)))
164
#define         ${IP}_WRITE(value)                     ${IP}_WRITE_REG=value
165
 
166
',
167
                'parameters_order' => [
168
                                        'PORT_WIDTH',
169
                                        'Aw',
170
                                        'TAGw',
171
                                        'SELw',
172
                                        'Dw'
173
                                      ],
174
                'plugs' => {
175
                             'reset' => {
176
                                          'reset' => {},
177
                                          'type' => 'num',
178
                                          '0' => {
179
                                                   'name' => 'reset'
180
                                                 },
181
                                          'value' => 1
182
                                        },
183
                             'wb_slave' => {
184
                                             'value' => 1,
185
                                             'wb_slave' => {},
186
                                             '0' => {
187
                                                      'width' => 5,
188
                                                      'name' => 'wb',
189
                                                      'addr' => '0x9100_0000    0x91ff_ffff             General-Purpose I/O'
190
                                                    },
191
                                             'type' => 'num'
192
                                           },
193
                             'clk' => {
194
                                        'value' => 1,
195
                                        'clk' => {},
196
                                        '0' => {
197
                                                 'name' => 'clk'
198
                                               },
199
                                        'type' => 'num'
200
                                      }
201
                           },
202
                'sockets' => {},
203 25 alirezamon
                'file_name' => '/home/alireza/Mywork/mpsoc/src_peripheral/gpio/gpio.v',
204 34 alirezamon
                'module_name' => 'gpo'
205 25 alirezamon
              }, 'ip_gen' );

powered by: WebSVN 2.1.0

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