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/] [interrupt_peripheral.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' => 'interrupt_peripheral',
4
                    'description' => 'interrupt signals from all peripheral devices in soc',
5
                    'modules' => {
6
                                   'int_ctrl' => {}
7
                                 },
8
                    'ports' => {
9
                                 'int_i' => {
10
                                              'outport_type' => 'concatenate',
11
                                              'connect_name' => 'int_o',
12
                                              'name' => 'int_i',
13
                                              'range' => '',
14
                                              'connect_type' => 'output',
15 17 alirezamon
                                              'connect_range' => '',
16
                                              'default_out' => 'Active low',
17
                                              'type' => 'input'
18 16 alirezamon
                                            }
19
                               },
20
                    'file_name' => '/home/alireza/Mywork/mpsoc/src_peripheral/int_ctrl/int_ctrl.v',
21
                    'module_name' => 'int_ctrl',
22
                    'type' => 'socket',
23
                    'category' => 'interrupt'
24
                  }, 'intfc_gen' );

powered by: WebSVN 2.1.0

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