gem5 v24.0.0.0
Loading...
Searching...
No Matches
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
38#include "mem/port_proxy.hh"
39#include "params/FastModelScxEvsCortexA76x1.hh"
40#include "params/FastModelScxEvsCortexA76x2.hh"
41#include "params/FastModelScxEvsCortexA76x3.hh"
42#include "params/FastModelScxEvsCortexA76x4.hh"
43#include "scx_evs_CortexA76x1.h"
44#include "scx_evs_CortexA76x2.h"
45#include "scx_evs_CortexA76x3.h"
46#include "scx_evs_CortexA76x4.h"
47#include "sim/signal.hh"
51
52namespace gem5
53{
54
55namespace fastmodel
56{
57
58class CortexA76Cluster;
59
60template <class Types>
61class ScxEvsCortexA76 : public Types::Base, public Iris::BaseCpuEvs
62{
63 private:
64 static const int CoreCount = Types::CoreCount;
65 using Base = typename Types::Base;
66 using Params = typename Types::Params;
67
69
72
74 64, svp_gicv3_comms::gicv3_comms_fw_if,
75 svp_gicv3_comms::gicv3_comms_bw_if, 1,
77
78 template <typename T>
79 using SignalInitiator = amba_pv::signal_master_port<T>;
80
83
96
98
100
102
104
106
107 public:
109 ScxEvsCortexA76(const sc_core::sc_module_name &mod_name, const Params &p);
110
111 void before_end_of_elaboration() override;
112 Port &gem5_getPort(const std::string &if_name, int idx) override;
113
114 void
116 {
117 Base::end_of_elaboration();
118 Base::start_of_simulation();
119 }
120 void start_of_simulation() override {}
121
122 void setClkPeriod(Tick clk_period) override;
123
124 void setSysCounterFrq(uint64_t sys_counter_frq) override;
125
126 void setCluster(SimObject *cluster) override;
127
128 void setResetAddr(int core, Addr addr, bool secure) override;
129};
130
132{
133 using Base = scx_evs_CortexA76x1;
134 using Params = FastModelScxEvsCortexA76x1Params;
135 static const int CoreCount = 1;
136};
138extern template class ScxEvsCortexA76<ScxEvsCortexA76x1Types>;
139
141{
142 using Base = scx_evs_CortexA76x2;
143 using Params = FastModelScxEvsCortexA76x2Params;
144 static const int CoreCount = 2;
145};
147extern template class ScxEvsCortexA76<ScxEvsCortexA76x2Types>;
148
150{
151 using Base = scx_evs_CortexA76x3;
152 using Params = FastModelScxEvsCortexA76x3Params;
153 static const int CoreCount = 3;
154};
156extern template class ScxEvsCortexA76<ScxEvsCortexA76x3Types>;
157
159{
160 using Base = scx_evs_CortexA76x4;
161 using Params = FastModelScxEvsCortexA76x4Params;
162 static const int CoreCount = 4;
163};
165extern template class ScxEvsCortexA76<ScxEvsCortexA76x4Types>;
166
167} // namespace fastmodel
168} // namespace gem5
169
170#endif // __ARCH_ARM_FASTMODEL_CORTEXA76_EVS_HH__
Ports are used to interface objects to each other.
Definition port.hh:62
Abstract superclass for simulation objects.
std::vector< std::unique_ptr< SignalReceiver > > cntvirq
Definition evs.hh:87
void start_of_simulation() override
Definition evs.hh:120
typename Types::Base Base
Definition evs.hh:65
amba_pv::signal_master_port< T > SignalInitiator
Definition evs.hh:79
std::vector< std::unique_ptr< SignalReceiver > > cntpnsirq
Definition evs.hh:92
std::vector< std::unique_ptr< SignalReceiver > > pmuirq
Definition evs.hh:90
void setResetAddr(int core, Addr addr, bool secure) override
Definition evs.cc:67
std::vector< std::unique_ptr< SignalInitiator< uint64_t > > > rvbaraddr
Definition evs.hh:93
static const int CoreCount
Definition evs.hh:64
SignalSinkPort< bool > model_reset
Definition evs.hh:101
void setCluster(SimObject *cluster) override
Definition evs.cc:59
void end_of_elaboration() override
Definition evs.hh:115
std::vector< std::unique_ptr< TlmGicTarget > > redist
Definition evs.hh:82
std::vector< std::unique_ptr< SignalSender > > poweron_reset
Definition evs.hh:95
CortexA76Cluster * gem5CpuCluster
Definition evs.hh:103
std::vector< std::unique_ptr< SignalReceiver > > cnthpirq
Definition evs.hh:84
std::vector< std::unique_ptr< SignalReceiver > > ctidbgirq
Definition evs.hh:89
std::vector< std::unique_ptr< SignalSender > > core_reset
Definition evs.hh:94
std::vector< std::unique_ptr< SignalReceiver > > cnthvirq
Definition evs.hh:85
void before_end_of_elaboration() override
Definition evs.cc:137
typename Types::Params Params
Definition evs.hh:66
ClockRateControlInitiatorSocket clockRateControl
Definition evs.hh:70
ClockRateControlInitiatorSocket periphClockRateControl
Definition evs.hh:71
ScxEvsCortexA76(const Params &p)
Definition evs.hh:108
void setClkPeriod(Tick clk_period) override
Definition evs.cc:45
std::vector< std::unique_ptr< SignalReceiver > > cntpsirq
Definition evs.hh:86
std::vector< std::unique_ptr< SignalReceiver > > vcpumntirq
Definition evs.hh:91
std::vector< std::unique_ptr< SignalReceiver > > commirq
Definition evs.hh:88
Port & gem5_getPort(const std::string &if_name, int idx) override
Definition evs.cc:167
void setSysCounterFrq(uint64_t sys_counter_frq) override
Definition evs.cc:52
STL vector class.
Definition stl.hh:37
Bitfield< 0 > p
Bitfield< 3 > addr
Definition types.hh:84
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
Definition binary32.hh:36
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
Definition types.hh:147
uint64_t Tick
Tick count type.
Definition types.hh:58
@ SC_ONE_OR_MORE_BOUND
Definition sc_port.hh:69
PortProxy Object Declaration.
FastModelScxEvsCortexA76x1Params Params
Definition evs.hh:134
FastModelScxEvsCortexA76x2Params Params
Definition evs.hh:143
FastModelScxEvsCortexA76x3Params Params
Definition evs.hh:152
FastModelScxEvsCortexA76x4Params Params
Definition evs.hh:161
const std::string & name()
Definition trace.cc:48

Generated on Tue Jun 18 2024 16:23:55 for gem5 by doxygen 1.11.0