gem5  v21.1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
evs.hh
Go to the documentation of this file.
1 /*
2  * Copyright 2019 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_CORTEXA76_EVS_HH__
29 #define __ARCH_ARM_FASTMODEL_CORTEXA76_EVS_HH__
30 
31 #include <memory>
32 
37 #include "mem/port_proxy.hh"
38 #include "params/FastModelScxEvsCortexA76x1.hh"
39 #include "params/FastModelScxEvsCortexA76x2.hh"
40 #include "params/FastModelScxEvsCortexA76x3.hh"
41 #include "params/FastModelScxEvsCortexA76x4.hh"
42 #include "scx_evs_CortexA76x1.h"
43 #include "scx_evs_CortexA76x2.h"
44 #include "scx_evs_CortexA76x3.h"
45 #include "scx_evs_CortexA76x4.h"
49 
50 namespace gem5
51 {
52 
53 GEM5_DEPRECATED_NAMESPACE(FastModel, fastmodel);
54 namespace fastmodel
55 {
56 
57 class CortexA76Cluster;
58 
59 template <class Types>
61 {
62  private:
63  static const int CoreCount = Types::CoreCount;
64  using Base = typename Types::Base;
65  using Params = typename Types::Params;
66 
68 
71 
73  64, svp_gicv3_comms::gicv3_comms_fw_if,
74  svp_gicv3_comms::gicv3_comms_bw_if, 1,
76 
79 
89 
91 
92  const Params &params;
93 
94  public:
95  ScxEvsCortexA76(const Params &p) : ScxEvsCortexA76(p.name.c_str(), p) {}
96  ScxEvsCortexA76(const sc_core::sc_module_name &mod_name, const Params &p);
97 
98  void before_end_of_elaboration() override;
99  Port &gem5_getPort(const std::string &if_name, int idx) override;
100 
101  void
103  {
104  Base::end_of_elaboration();
105  Base::start_of_simulation();
106  }
107  void start_of_simulation() override {}
108 
109  void sendFunc(PacketPtr pkt) override;
110 
111  void setClkPeriod(Tick clk_period) override;
112 
113  void setSysCounterFrq(uint64_t sys_counter_frq) override;
114 
115  void setCluster(SimObject *cluster) override;
116 };
117 
119 {
120  using Base = scx_evs_CortexA76x1;
121  using Params = FastModelScxEvsCortexA76x1Params;
122  static const int CoreCount = 1;
123 };
125 extern template class ScxEvsCortexA76<ScxEvsCortexA76x1Types>;
126 
128 {
129  using Base = scx_evs_CortexA76x2;
130  using Params = FastModelScxEvsCortexA76x2Params;
131  static const int CoreCount = 2;
132 };
134 extern template class ScxEvsCortexA76<ScxEvsCortexA76x2Types>;
135 
137 {
138  using Base = scx_evs_CortexA76x3;
139  using Params = FastModelScxEvsCortexA76x3Params;
140  static const int CoreCount = 3;
141 };
143 extern template class ScxEvsCortexA76<ScxEvsCortexA76x3Types>;
144 
146 {
147  using Base = scx_evs_CortexA76x4;
148  using Params = FastModelScxEvsCortexA76x4Params;
149  static const int CoreCount = 4;
150 };
152 extern template class ScxEvsCortexA76<ScxEvsCortexA76x4Types>;
153 
154 } // namespace fastmodel
155 } // namespace gem5
156 
157 #endif // __ARCH_ARM_FASTMODEL_CORTEXA76_EVS_HH__
gem5::fastmodel::ScxEvsCortexA76::end_of_elaboration
void end_of_elaboration() override
Definition: evs.hh:102
gem5::fastmodel::ScxEvsCortexA76x4Types::Base
scx_evs_CortexA76x4 Base
Definition: evs.hh:147
sc_core::SC_ONE_OR_MORE_BOUND
@ SC_ONE_OR_MORE_BOUND
Definition: sc_port.hh:69
gem5::fastmodel::ScxEvsCortexA76x2Types
Definition: evs.hh:127
gem5::fastmodel::ScxEvsCortexA76x3Types
Definition: evs.hh:136
gem5::fastmodel::ScxEvsCortexA76::cntpsirq
std::vector< std::unique_ptr< SignalReceiver > > cntpsirq
Definition: evs.hh:82
gem5::fastmodel::ScxEvsCortexA76::params
const Params & params
Definition: evs.hh:92
gem5::fastmodel::ScxEvsCortexA76::gem5CpuCluster
CortexA76Cluster * gem5CpuCluster
Definition: evs.hh:90
gem5::fastmodel::ScxEvsCortexA76::periphClockRateControl
ClockRateControlInitiatorSocket periphClockRateControl
Definition: evs.hh:70
gem5::Iris::BaseCpuEvs
Definition: cpu.hh:47
gem5::fastmodel::ScxEvsCortexA76::pmuirq
std::vector< std::unique_ptr< SignalReceiver > > pmuirq
Definition: evs.hh:86
gem5::fastmodel::ScxEvsCortexA76::cnthpirq
std::vector< std::unique_ptr< SignalReceiver > > cnthpirq
Definition: evs.hh:80
gem5::fastmodel::ScxEvsCortexA76::start_of_simulation
void start_of_simulation() override
Definition: evs.hh:107
gem5::fastmodel::ScxEvsCortexA76::SC_HAS_PROCESS
SC_HAS_PROCESS(ScxEvsCortexA76)
std::vector
STL vector class.
Definition: stl.hh:37
gem5::fastmodel::ScxEvsCortexA76x2Types::Base
scx_evs_CortexA76x2 Base
Definition: evs.hh:129
cpu.hh
gem5::fastmodel::ScxEvsCortexA76::commirq
std::vector< std::unique_ptr< SignalReceiver > > commirq
Definition: evs.hh:84
gem5::ClockRateControlInitiatorSocket
Definition: exported_clock_rate_control.hh:63
sc_event.hh
gem5::auxv::Base
@ Base
Definition: aux_vector.hh:76
gem5::fastmodel::ScxEvsCortexA76::setCluster
void setCluster(SimObject *cluster) override
Definition: evs.cc:60
gem5::fastmodel::ScxEvsCortexA76::cntpnsirq
std::vector< std::unique_ptr< SignalReceiver > > cntpnsirq
Definition: evs.hh:88
gem5::Packet
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
Definition: packet.hh:283
gem5::fastmodel::ScxEvsCortexA76::before_end_of_elaboration
void before_end_of_elaboration() override
Definition: evs.cc:115
gem5::MipsISA::p
Bitfield< 0 > p
Definition: pra_constants.hh:326
gem5::Tick
uint64_t Tick
Tick count type.
Definition: types.hh:58
gem5::fastmodel::ScxEvsCortexA76
Definition: evs.hh:60
port_proxy.hh
gem5::fastmodel::ScxEvsCortexA76::CoreCount
static const int CoreCount
Definition: evs.hh:63
gem5::fastmodel::ScxEvsCortexA76::cntvirq
std::vector< std::unique_ptr< SignalReceiver > > cntvirq
Definition: evs.hh:83
gem5::fastmodel::ScxEvsCortexA76x3Types::Base
scx_evs_CortexA76x3 Base
Definition: evs.hh:138
sc_core::sc_module_name
Definition: sc_module_name.hh:41
gem5::fastmodel::ScxEvsCortexA76x4Types
Definition: evs.hh:145
gem5::SimObject
Abstract superclass for simulation objects.
Definition: sim_object.hh:146
gem5::fastmodel::ScxEvsCortexA76x1Types
Definition: evs.hh:118
gem5::fastmodel::ScxEvsCortexA76x1Types::Base
scx_evs_CortexA76x1 Base
Definition: evs.hh:120
gem5::GEM5_DEPRECATED_NAMESPACE
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
name
const std::string & name()
Definition: trace.cc:49
gem5::fastmodel::ScxEvsCortexA76::ScxEvsCortexA76
ScxEvsCortexA76(const Params &p)
Definition: evs.hh:95
sc_module.hh
gem5::fastmodel::ScxEvsCortexA76::setSysCounterFrq
void setSysCounterFrq(uint64_t sys_counter_frq) override
Definition: evs.cc:53
amba_ports.hh
gem5::fastmodel::ScxEvsCortexA76x3Types::Params
FastModelScxEvsCortexA76x3Params Params
Definition: evs.hh:139
gem5::fastmodel::ScxEvsCortexA76::redist
std::vector< std::unique_ptr< TlmGicTarget > > redist
Definition: evs.hh:78
gem5::fastmodel::ScxEvsCortexA76::setClkPeriod
void setClkPeriod(Tick clk_period) override
Definition: evs.cc:46
gem5::Port
Ports are used to interface objects to each other.
Definition: port.hh:61
sc_gem5::TlmInitiatorBaseWrapper
Definition: tlm_port_wrapper.hh:40
gem5::fastmodel::ScxEvsCortexA76::Base
typename Types::Base Base
Definition: evs.hh:64
gem5::fastmodel::ScxEvsCortexA76::vcpumntirq
std::vector< std::unique_ptr< SignalReceiver > > vcpumntirq
Definition: evs.hh:87
gem5::fastmodel::ScxEvsCortexA76x1Types::Params
FastModelScxEvsCortexA76x1Params Params
Definition: evs.hh:121
gem5::fastmodel::ScxEvsCortexA76::sendFunc
void sendFunc(PacketPtr pkt) override
Definition: evs.cc:105
gem5::fastmodel::ScxEvsCortexA76::clockRateControl
ClockRateControlInitiatorSocket clockRateControl
Definition: evs.hh:69
gem5::fastmodel::ScxEvsCortexA76x2Types::Params
FastModelScxEvsCortexA76x2Params Params
Definition: evs.hh:130
exported_clock_rate_control.hh
gem5::fastmodel::CortexA76Cluster
Definition: cortex_a76.hh:81
gem5::fastmodel::ScxEvsCortexA76x4Types::Params
FastModelScxEvsCortexA76x4Params Params
Definition: evs.hh:148
tlm_port_wrapper.hh
signal_receiver.hh
gem5::fastmodel::ScxEvsCortexA76x1Types::CoreCount
static const int CoreCount
Definition: evs.hh:122
gem5::fastmodel::ScxEvsCortexA76::TlmGicTarget
sc_gem5::TlmTargetBaseWrapper< 64, svp_gicv3_comms::gicv3_comms_fw_if, svp_gicv3_comms::gicv3_comms_bw_if, 1, sc_core::SC_ONE_OR_MORE_BOUND > TlmGicTarget
Definition: evs.hh:75
sc_gem5::TlmTargetBaseWrapper
Definition: tlm_port_wrapper.hh:44
gem5
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Definition: decoder.cc:40
gem5::fastmodel::ScxEvsCortexA76::Params
typename Types::Params Params
Definition: evs.hh:65
gem5::fastmodel::ScxEvsCortexA76::gem5_getPort
Port & gem5_getPort(const std::string &if_name, int idx) override
Definition: evs.cc:145
gem5::fastmodel::ScxEvsCortexA76::amba
AmbaInitiator amba
Definition: evs.hh:77
gem5::fastmodel::ScxEvsCortexA76::cnthvirq
std::vector< std::unique_ptr< SignalReceiver > > cnthvirq
Definition: evs.hh:81
gem5::fastmodel::ScxEvsCortexA76::ctidbgirq
std::vector< std::unique_ptr< SignalReceiver > > ctidbgirq
Definition: evs.hh:85

Generated on Wed Jul 28 2021 12:10:19 for gem5 by doxygen 1.8.17