Go to the documentation of this file.
61 set_evs_param<uint32_t>(
"semihosting-ARM_SVC",
62 params().semihosting_ARM_SVC);
63 set_evs_param<uint32_t>(
"semihosting-T32_HLT",
64 params().semihosting_T32_HLT);
65 set_evs_param<uint32_t>(
"semihosting-Thumb_SVC",
66 params().semihosting_Thumb_SVC);
85 if (if_name ==
"ppi") {
89 }
else if (if_name ==
"amba" || if_name ==
"llpp" || if_name ==
"flash") {
102 for (
int i = 0;
i <
p.cores.size();
i++)
103 p.cores[
i]->setCluster(
this,
i);
106 panic_if(!
e,
"EVS should be of type Iris::BaseCpuEvs");
117 params().dcache_prefetch_enabled);
119 params().dcache_read_access_latency);
121 params().dcache_state_modelled);
123 params().dcache_write_access_latency);
125 params().flash_protection_enable_at_reset);
128 params().icache_prefetch_enabled);
130 params().icache_read_access_latency);
132 params().icache_state_modelled);
134 params().memory_ext_slave_base);
138 set_evs_param<uint32_t>(
"core.num_protection_regions_s1",
139 params().num_protection_regions_s1);
140 set_evs_param<uint32_t>(
"core.num_protection_regions_s2",
141 params().num_protection_regions_s2);
144 params().ram_protection_enable_at_reset);
151 if (if_name ==
"spi") {
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
virtual Port & getPort(const std::string &if_name, PortID idx=InvalidPortID)
Get a port with a given name and index.
void setCluster(CortexR52Cluster *_cluster, int _num)
CortexR52Cluster * cluster
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
std::string csprintf(const char *format, const Args &...args)
void set_evs_param(const std::string &n, T val)
const PortID InvalidPortID
const Params & params() const
Abstract superclass for simulation objects.
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
void set_evs_param(const std::string &n, T val)
#define panic_if(cond,...)
Conditional panic macro that checks the supplied condition and only panics if the condition is true a...
Ports are used to interface objects to each other.
virtual gem5::Port & gem5_getPort(const std::string &if_name, int idx=-1)
CortexR52Cluster(const Params &p)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
Generated on Tue Sep 7 2021 14:53:39 for gem5 by doxygen 1.8.17