43#ifndef __MEM_MEM_REQUESTOR_HH__
44#define __MEM_MEM_REQUESTOR_HH__
58 std::string requestor_name,
Abstract superclass for simulation objects.
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
Declaration of a request, the overall memory request consisting of the parts of the request that are ...
The RequestorInfo class contains data about a specific requestor.
RequestorID id
Requestor id.
const SimObject * obj
SimObject related to the Requestor.
RequestorInfo(const SimObject *_obj, std::string requestor_name, RequestorID requestor_id)
std::string req_name
Requestor Name.