40#include "params/WayPolicyAllocation.hh"
45namespace partitioning_policy
49 (
const WayPolicyAllocationParams ¶ms):
SimObject(params),
50 _ways(params.ways),_partitionId(params.partition_id)
Abstract superclass for simulation objects.
std::vector< uint64_t > getWays() const
Way Policy Allocation _ways getter.
WayPolicyAllocation(const WayPolicyAllocationParams ¶ms)
uint64_t getPartitionId() const
Way Policy Allocation _partitionId getter.
const uint64_t _partitionId
PartitionID on which allocation should be enforced.
const std::vector< uint64_t > _ways
Vector of ways to allocated to the PartitionID.
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.