28#ifndef __ARCH_ARM_FASTMODEL_CORTEXA76_CORETEX_A76_HH__
29#define __ARCH_ARM_FASTMODEL_CORTEXA76_CORETEX_A76_HH__
34#include "params/FastModelCortexA76.hh"
35#include "params/FastModelCortexA76Cluster.hh"
53class CortexA76Cluster;
66 Base(
p, scx::scx_get_iris_connection_interface())
94 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.
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
void set_evs_param(const std::string &n, T val)
CortexA76 * getCore(int num) const
std::vector< CortexA76 * > cores
CortexA76Cluster(const Params &p)
PARAMS(FastModelCortexA76Cluster)
sc_core::sc_module * getEvs() const
void setCluster(CortexA76Cluster *_cluster, int _num)
PARAMS(FastModelCortexA76)
void set_evs_param(const std::string &n, T val)
void initState() override
initState() is called on each SimObject when not restoring from a checkpoint.
Iris::CPU< CortexA76TC > Base
void setResetAddr(Addr addr, bool secure=false) override
CortexA76(const Params &p)
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port on this CPU.
CortexA76Cluster * 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.