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/] [interface/] [noc.ITC] - Blame information for rev 17

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

Line No. Rev Author Line
1 16 alirezamon
$HashRef = bless( {
2
                    'connection_num' => 'single connection',
3
                    'name' => 'noc',
4
                    'modules' => {
5
                                   'ni' => {}
6
                                 },
7
                    'ports' => {
8 17 alirezamon
                                 'credit_in' => {
9
                                                  'outport_type' => 'concatenate',
10
                                                  'connect_name' => 'credit_out',
11
                                                  'name' => 'credit_in',
12
                                                  'range' => 'V-1    :   0',
13
                                                  'connect_type' => 'output',
14
                                                  'connect_range' => 'V-1    :   0',
15
                                                  'default_out' => '{V{1\'b0}}',
16
                                                  'type' => 'input'
17
                                                },
18 16 alirezamon
                                 'flit_in' => {
19
                                                'outport_type' => 'concatenate',
20
                                                'connect_name' => 'flit_out',
21 17 alirezamon
                                                'name' => 'flit_in',
22
                                                'range' => 'Fw-1   :   0',
23 16 alirezamon
                                                'connect_type' => 'output',
24
                                                'connect_range' => 'Fw-1   :   0',
25 17 alirezamon
                                                'default_out' => '{Fw{1\'b0}}',
26 16 alirezamon
                                                'type' => 'input'
27
                                              },
28
                                 'flit_in_wr' => {
29
                                                   'outport_type' => 'concatenate',
30
                                                   'connect_name' => 'flit_out_wr',
31 17 alirezamon
                                                   'name' => 'flit_in_wr',
32
                                                   'range' => '',
33 16 alirezamon
                                                   'connect_type' => 'output',
34
                                                   'connect_range' => '',
35 17 alirezamon
                                                   'default_out' => '1\'b0',
36 16 alirezamon
                                                   'type' => 'input'
37
                                                 }
38
                               },
39
                    'file_name' => '/home/alireza/Mywork/mpsoc/src_peripheral/ni/ni.v',
40
                    'module_name' => 'ni',
41
                    'type' => 'plug',
42
                    'category' => 'NoC'
43
                  }, 'intfc_gen' );

powered by: WebSVN 2.1.0

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