28#ifndef __ARCH_ARM_FASTMODEL_CORTEXR52_CORETEX_R52_HH__
29#define __ARCH_ARM_FASTMODEL_CORTEXR52_CORETEX_R52_HH__
34#include "params/FastModelCortexR52.hh"
35#include "params/FastModelCortexR52Cluster.hh"
53class CortexR52Cluster;
66 Base(
p, scx::scx_get_iris_connection_interface())
91 scx::scx_set_parameter(
evs->
name() + std::string(
".") +
n,
val);
ClockedObjectParams Params
Parameters of ClockedObject.
Ports are used to interface objects to each other.
static std::stack< std::string > path
Abstract superclass for simulation objects.
sc_core::sc_module * getEvs() const
CortexR52Cluster(const Params &p)
CortexR52 * getCore(int num) const
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
std::vector< CortexR52 * > cores
void set_evs_param(const std::string &n, T val)
PARAMS(FastModelCortexR52Cluster)
void set_evs_param(const std::string &n, T val)
Iris::CPU< CortexR52TC > Base
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port on this CPU.
CortexR52(const Params &p)
void setResetAddr(Addr addr, bool secure=false) override
PARAMS(FastModelCortexR52)
void setCluster(CortexR52Cluster *_cluster, int _num)
CortexR52Cluster * cluster
const char * name() const
const Params & params() const
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
const PortID InvalidPortID
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.