Go to the documentation of this file.
28 #ifndef __ARCH_ARM_FASTMODEL_CORTEXA76_EVS_HH__
29 #define __ARCH_ARM_FASTMODEL_CORTEXA76_EVS_HH__
37 #include "params/FastModelScxEvsCortexA76x1.hh"
38 #include "params/FastModelScxEvsCortexA76x2.hh"
39 #include "params/FastModelScxEvsCortexA76x3.hh"
40 #include "params/FastModelScxEvsCortexA76x4.hh"
41 #include "scx_evs_CortexA76x1.h"
42 #include "scx_evs_CortexA76x2.h"
43 #include "scx_evs_CortexA76x3.h"
44 #include "scx_evs_CortexA76x4.h"
52 class CortexA76Cluster;
54 template <
class Types>
59 using Base =
typename Types::Base;
60 using Params =
typename Types::Params;
67 64, svp_gicv3_comms::gicv3_comms_fw_if,
68 svp_gicv3_comms::gicv3_comms_bw_if, 1,
104 Base::end_of_elaboration();
105 Base::start_of_simulation();
112 using Base = scx_evs_CortexA76x1;
113 using Params = FastModelScxEvsCortexA76x1Params;
121 using Base = scx_evs_CortexA76x2;
122 using Params = FastModelScxEvsCortexA76x2Params;
123 static const int CoreCount = 2;
130 using Base = scx_evs_CortexA76x3;
131 using Params = FastModelScxEvsCortexA76x3Params;
132 static const int CoreCount = 3;
139 using Base = scx_evs_CortexA76x4;
140 using Params = FastModelScxEvsCortexA76x4Params;
141 static const int CoreCount = 4;
148 #endif // __ARCH_ARM_FASTMODEL_CORTEXA76_EVS_HH__
std::vector< std::unique_ptr< SignalReceiver > > cnthpirq
std::vector< std::unique_ptr< SignalReceiver > > cntpnsirq
static const int CoreCount
std::vector< std::unique_ptr< SignalReceiver > > ctidbgirq
std::vector< std::unique_ptr< SignalReceiver > > commirq
std::vector< std::unique_ptr< SignalReceiver > > cnthvirq
Port & gem5_getPort(const std::string &if_name, int idx) override
SC_HAS_PROCESS(ScxEvsCortexA76)
ClockRateControlInitiatorSocket clockRateControl
FastModelScxEvsCortexA76x1Params Params
void start_of_simulation() override
sc_core::sc_attribute< CortexA76Cluster * > gem5CpuCluster
sc_core::sc_attribute< Tick > clockPeriod
Ports are used to interface objects to each other.
sc_core::sc_event clockChanged
FastModelScxEvsCortexA76x3Params Params
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
sc_core::sc_attribute< PortProxy::SendFunctionalFunc > sendFunctional
ScxEvsCortexA76(const sc_core::sc_module_name &mod_name, const Params &p)
FastModelScxEvsCortexA76x2Params Params
void before_end_of_elaboration() override
std::vector< std::unique_ptr< TlmGicTarget > > redist
typename Types::Base Base
static const int CoreCount
void sendFunc(PacketPtr pkt)
std::vector< std::unique_ptr< SignalReceiver > > cntpsirq
void end_of_elaboration() override
std::vector< std::unique_ptr< SignalReceiver > > vcpumntirq
void clockChangeHandler()
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
FastModelScxEvsCortexA76x4Params Params
typename Types::Params Params
std::vector< std::unique_ptr< SignalReceiver > > cntvirq
std::vector< std::unique_ptr< SignalReceiver > > pmuirq
Generated on Wed Sep 30 2020 14:01:58 for gem5 by doxygen 1.8.17