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/] [ni.ITC] - Blame information for rev 25

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

Line No. Rev Author Line
1 25 alirezamon
#######################################################################
2
##      File: ni.ITC
3
##
4
##      Copyright (C) 2014-2016  Alireza Monemi
5
##
6
##      This file is part of ProNoC 1.5.0
7
##
8
##      WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT
9
##      MAY RESULTS IN SOFTWARE CRUSH.
10
################################################################################
11
 
12 16 alirezamon
$HashRef = bless( {
13
                    'name' => 'ni',
14 25 alirezamon
                    'gui_status' => {
15
                                      'timeout' => 0,
16
                                      'status' => 'ideal'
17
                                    },
18 16 alirezamon
                    'modules' => {
19
                                   'ni' => {}
20
                                 },
21 25 alirezamon
                    'module_name' => 'ni',
22
                    'category' => 'NoC',
23
                    'type' => 'socket',
24
                    'connection_num' => 'single connection',
25 16 alirezamon
                    'ports' => {
26 25 alirezamon
                                 'flit_out_wr' => {
27
                                                    'default_out' => 'Active low',
28
                                                    'connect_name' => 'flit_out_wr',
29
                                                    'range' => '',
30
                                                    'connect_range' => '',
31
                                                    'name' => 'flit_out_wr',
32
                                                    'outport_type' => 'concatenate',
33
                                                    'type' => 'output',
34
                                                    'connect_type' => 'input'
35
                                                  },
36 16 alirezamon
                                 'credit_out' => {
37 25 alirezamon
                                                   'default_out' => 'Active low',
38 16 alirezamon
                                                   'connect_name' => 'credit_out',
39
                                                   'range' => 'V-1:0',
40 25 alirezamon
                                                   'connect_range' => 'V-1:0',
41
                                                   'outport_type' => 'concatenate',
42 16 alirezamon
                                                   'name' => 'credit_out',
43 25 alirezamon
                                                   'connect_type' => 'input',
44 16 alirezamon
                                                   'type' => 'output'
45
                                                 },
46
                                 'flit_out' => {
47 25 alirezamon
                                                 'name' => 'flit_out',
48 16 alirezamon
                                                 'outport_type' => 'concatenate',
49 25 alirezamon
                                                 'type' => 'output',
50 16 alirezamon
                                                 'connect_type' => 'input',
51 25 alirezamon
                                                 'default_out' => 'Active low',
52 16 alirezamon
                                                 'range' => 'Fw-1:0',
53 25 alirezamon
                                                 'connect_name' => 'flit_out',
54
                                                 'connect_range' => 'Fw-1:0'
55 16 alirezamon
                                               },
56 25 alirezamon
                                 'flit_in_wr' => {
57
                                                   'connect_range' => '',
58
                                                   'default_out' => 'Active low',
59
                                                   'connect_name' => 'flit_in_wr',
60
                                                   'range' => '',
61
                                                   'connect_type' => 'output',
62
                                                   'type' => 'input',
63
                                                   'outport_type' => 'concatenate',
64
                                                   'name' => 'flit_in_wr'
65
                                                 },
66
                                 'current_y' => {
67
                                                  'connect_range' => 'Yw-1:0',
68
                                                  'default_out' => 'Active low',
69
                                                  'connect_name' => 'current_y',
70
                                                  'range' => 'Yw-1:0',
71
                                                  'type' => 'input',
72
                                                  'connect_type' => 'output',
73
                                                  'name' => 'current_y',
74
                                                  'outport_type' => 'concatenate'
75
                                                },
76
                                 'flit_in' => {
77
                                                'connect_type' => 'output',
78
                                                'type' => 'input',
79
                                                'outport_type' => 'concatenate',
80
                                                'name' => 'flit_in',
81
                                                'connect_range' => 'Fw-1:0',
82
                                                'range' => 'Fw-1:0',
83
                                                'connect_name' => 'flit_in',
84
                                                'default_out' => 'Active low'
85
                                              },
86 16 alirezamon
                                 'credit_in' => {
87 25 alirezamon
                                                  'connect_range' => 'V-1:0',
88
                                                  'range' => 'V-1:0',
89 16 alirezamon
                                                  'connect_name' => 'credit_in',
90 25 alirezamon
                                                  'default_out' => 'Active low',
91
                                                  'type' => 'input',
92 16 alirezamon
                                                  'connect_type' => 'output',
93
                                                  'name' => 'credit_in',
94 25 alirezamon
                                                  'outport_type' => 'concatenate'
95
                                                },
96
                                 'current_x' => {
97
                                                  'outport_type' => 'concatenate',
98
                                                  'name' => 'current_x',
99
                                                  'connect_type' => 'output',
100
                                                  'type' => 'input',
101 17 alirezamon
                                                  'default_out' => 'Active low',
102 25 alirezamon
                                                  'connect_name' => 'current_x',
103
                                                  'range' => 'Xw-1:0',
104
                                                  'connect_range' => 'Xw-1:0'
105
                                                }
106 16 alirezamon
                               },
107 25 alirezamon
                    'file_name' => '/home/alireza/Mywork/mpsoc/src_peripheral/ni/ni.v'
108 16 alirezamon
                  }, 'intfc_gen' );

powered by: WebSVN 2.1.0

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