void getCandidates(std::vector< Queued::AddrPriority > &pfs, unsigned int mask_bits) const
Attempt to generate prefetch candidates using the two most recent deltas.
Copyright (c) 2020 Inria All rights reserved.
DCPTEntry(unsigned int num_deltas)
Constructor.
void addAddress(Addr address, unsigned int delta_num_bits)
Adds an address to the entry, if the entry already existed, a delta will be generated.
void invalidate() override
Invalidate the block.
CircularQueue< Addr > deltas
Stored deltas.