gem5  v21.0.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
pl330.hh
Go to the documentation of this file.
1 /*
2  * Copyright 2020 Google, Inc.
3  *
4  * Redistribution and use in source and binary forms, with or without
5  * modification, are permitted provided that the following conditions are
6  * met: redistributions of source code must retain the above copyright
7  * notice, this list of conditions and the following disclaimer;
8  * redistributions in binary form must reproduce the above copyright
9  * notice, this list of conditions and the following disclaimer in the
10  * documentation and/or other materials provided with the distribution;
11  * neither the name of the copyright holders nor the names of its
12  * contributors may be used to endorse or promote products derived from
13  * this software without specific prior written permission.
14  *
15  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
16  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
18  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
19  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
20  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
21  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26  */
27 
28 #ifndef __ARCH_ARM_FASTMODEL_PL330_PL330_HH__
29 #define __ARCH_ARM_FASTMODEL_PL330_PL330_HH__
30 
31 #pragma GCC diagnostic push
32 #pragma GCC diagnostic ignored "-Woverloaded-virtual"
33 #include <amba_pv.h>
34 
35 #pragma GCC diagnostic pop
36 
37 #include <array>
38 #include <vector>
39 
43 #include "dev/intpin.hh"
44 #include "params/FastModelPL330.hh"
45 #include "scx_evs_PL330.h"
48 
49 namespace FastModel
50 {
51 
52 class PL330 : public scx_evs_PL330
53 {
54  private:
56 
59 
61 
63 
64  std::array<std::vector<std::unique_ptr<IntSource>>, 32> irqPort;
66 
69 
70  void allocateIrq(int idx, int count);
71 
72  public:
73  PL330(const FastModelPL330Params &params, sc_core::sc_module_name _name);
74  PL330(const FastModelPL330Params &params) :
75  PL330(params, params.name.c_str())
76  {}
77 
78  ::Port &gem5_getPort(const std::string &if_name, int idx=-1) override;
79 
80  void
81  end_of_elaboration() override
82  {
83  scx_evs_PL330::end_of_elaboration();
84  scx_evs_PL330::start_of_simulation();
85  }
86  void start_of_simulation() override;
87 };
88 
89 } // namespace FastModel
90 
91 #endif // __ARCH_ARM_FASTMODEL_PL330_PL330_HH__
FastModel::PL330::PL330
PL330(const FastModelPL330Params &params)
Definition: pl330.hh:74
sc_port_wrapper.hh
FastModel::PL330::irqAbortReceiver
SignalReceiver irqAbortReceiver
Definition: pl330.hh:68
FastModel::PL330::start_of_simulation
void start_of_simulation() override
Definition: pl330.cc:255
FastModel::PL330::irqAbortPort
std::vector< std::unique_ptr< IntSource > > irqAbortPort
Definition: pl330.hh:67
FastModel::PL330
Definition: pl330.hh:52
IntSourcePin
Definition: intpin.hh:109
sc_module_name.hh
Tick
uint64_t Tick
Tick count type.
Definition: types.hh:59
std::vector
STL vector class.
Definition: stl.hh:37
X86ISA::count
count
Definition: misc.hh:703
FastModel::PL330::PL330
PL330(const FastModelPL330Params &params, sc_core::sc_module_name _name)
Definition: pl330.cc:38
FastModel::PL330::dma
AmbaInitiator dma
Definition: pl330.hh:57
FastModel::PL330::irqPort
std::array< std::vector< std::unique_ptr< IntSource > >, 32 > irqPort
Definition: pl330.hh:64
FastModel::PL330::pioS
AmbaTarget pioS
Definition: pl330.hh:58
FastModel::SignalReceiver
Definition: signal_receiver.hh:41
FastModel::PL330::pioNs
AmbaTarget pioNs
Definition: pl330.hh:58
Port
Ports are used to interface objects to each other.
Definition: port.hh:56
FastModel::PL330::allocateIrq
void allocateIrq(int idx, int count)
Definition: pl330.cc:213
FastModel::PL330::end_of_elaboration
void end_of_elaboration() override
Definition: pl330.hh:81
sc_core::sc_module_name
Definition: sc_module_name.hh:41
FastModel::PL330::clockPeriod
Tick clockPeriod
Definition: pl330.hh:55
name
const std::string & name()
Definition: trace.cc:48
amba_ports.hh
ClockRateControlInitiatorSocket
Definition: exported_clock_rate_control.hh:60
FastModel::PL330::clockRateControl
ClockRateControlInitiatorSocket clockRateControl
Definition: pl330.hh:60
FastModel
Definition: amba_from_tlm_bridge.cc:32
sc_gem5::TlmInitiatorBaseWrapper
Definition: tlm_port_wrapper.hh:40
exported_clock_rate_control.hh
intpin.hh
FastModel::PL330::irqReceiver
std::vector< std::unique_ptr< SignalReceiver > > irqReceiver
Definition: pl330.hh:65
signal_receiver.hh
sc_gem5::TlmTargetBaseWrapper
Definition: tlm_port_wrapper.hh:44
FastModel::PL330::gem5_getPort
::Port & gem5_getPort(const std::string &if_name, int idx=-1) override
Definition: pl330.cc:223

Generated on Tue Jun 22 2021 15:28:20 for gem5 by doxygen 1.8.17