PandA-2024.02
technology_wishbone.hpp
Go to the documentation of this file.
1 /*
2  *
3  * _/_/_/ _/_/ _/ _/ _/_/_/ _/_/
4  * _/ _/ _/ _/ _/_/ _/ _/ _/ _/ _/
5  * _/_/_/ _/_/_/_/ _/ _/_/ _/ _/ _/_/_/_/
6  * _/ _/ _/ _/ _/ _/ _/ _/ _/
7  * _/ _/ _/ _/ _/ _/_/_/ _/ _/
8  *
9  * ***********************************************
10  * PandA Project
11  * URL: http://panda.dei.polimi.it
12  * Politecnico di Milano - DEIB
13  * System Architectures Group
14  * ***********************************************
15  * Copyright (C) 2004-2024 Politecnico di Milano
16  *
17  * This file is part of the PandA framework.
18  *
19  * The PandA framework is free software; you can redistribute it and/or modify
20  * it under the terms of the GNU General Public License as published by
21  * the Free Software Foundation; either version 3 of the License, or
22  * (at your option) any later version.
23  *
24  * This program is distributed in the hope that it will be useful,
25  * but WITHOUT ANY WARRANTY; without even the implied warranty of
26  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27  * GNU General Public License for more details.
28  *
29  * You should have received a copy of the GNU General Public License
30  * along with this program. If not, see <http://www.gnu.org/licenses/>.
31  *
32  */
43 #ifndef TECHNOLOGY_WISHBONE_HPP
44 #define TECHNOLOGY_WISHBONE_HPP
45 
46 #define WBLIBRARY "WBWrapper"
47 
48 // Components
49 #define ADDRESS_RANGE_CHECKER_WB "address_range_checker_FU"
50 #define ADDRESS_FILTER_WB "address_filter_FU"
51 #define SEL_CONVERTER_WB "sel_converter_FU"
52 #define DATARAMSIZE_CONVERTER_WB "dataramsize_converter_FU"
53 #define REGISTER_WADDRESS_WB "register_waddress_FU"
54 #define WISHBONE_START_CONTROLLER_WB "wishbone_start_controller_FU"
55 #define NOT_INTERNAL_COMPONENT "not_internal_component"
56 #define NOTIFY_CALLER "notify_caller_FU"
57 #define WB4_INTERCON "wb4Intercon"
58 
59 // Interface Signals
60 #define WB_DATIM_PORT_NAME "dat_im"
61 #define WB_ACKIM_PORT_NAME "ack_im"
62 
63 #define WB_CYCOM_PORT_NAME "cyc_om"
64 #define WB_STBOM_PORT_NAME "stb_om"
65 #define WB_WEOM_PORT_NAME "we_om"
66 #define WB_ADDROM_PORT_NAME "addr_om"
67 #define WB_DATOM_PORT_NAME "dat_om"
68 #define WB_SELOM_PORT_NAME "sel_om"
69 
70 #define WB_CYCIS_PORT_NAME "cyc_is"
71 #define WB_STBIS_PORT_NAME "stb_is"
72 #define WB_WEIS_PORT_NAME "we_is"
73 #define WB_ADDRIS_PORT_NAME "addr_is"
74 #define WB_DATIS_PORT_NAME "dat_is"
75 #define WB_SELIS_PORT_NAME "sel_is"
76 
77 #define WB_DATOS_PORT_NAME "dat_os"
78 #define WB_ACKOS_PORT_NAME "ack_os"
79 
80 #define WB_IRQ_PORT_NAME "irq"
81 
82 // Parameters
83 #define WB_BASE_ADDRESS "BASE_ADDRESS"
84 
85 #endif

Generated on Mon Feb 12 2024 13:02:55 for PandA-2024.02 by doxygen 1.8.13