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) 2018 Metempsy Technology Consulting 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
Invalidates the entry.
CircularQueue< Addr > deltas
Stored deltas.