38#ifndef __MEM_QOS_TURNAROUND_POLICY_HH__
39#define __MEM_QOS_TURNAROUND_POLICY_HH__
43#include "params/QoSTurnaroundPolicy.hh"
61 using Params = QoSTurnaroundPolicyParams;
Abstract superclass for simulation objects.
The qos::MemCtrl is a base class for Memory objects which support QoS - it provides access to a set o...
Base class for QoS Bus Turnaround policies.
void setMemCtrl(MemCtrl *mem)
Setting a pointer to the Memory Controller implementing the turnaround policy.
virtual ~TurnaroundPolicy()
MemCtrl * memCtrl
Pointer to container object.
virtual MemCtrl::BusState selectBusState()=0
Bus Selection function.
QoSTurnaroundPolicyParams Params
TurnaroundPolicy(const Params &p)
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.