gem5 v24.0.0.0
Loading...
Searching...
No Matches
gem5::prefetch::BOP::DelayQueueEntry Struct Reference

In a first implementation of the BO prefetcher, both banks of the RR were written simultaneously when a prefetched line is inserted into the cache. More...

Public Member Functions

 DelayQueueEntry (Addr x, Tick t)
 

Public Attributes

Addr baseAddr
 
Tick processTick
 

Detailed Description

In a first implementation of the BO prefetcher, both banks of the RR were written simultaneously when a prefetched line is inserted into the cache.

Adding the delay queue tries to avoid always striving for timeless prefetches, which has been found to not always being optimal.

Definition at line 87 of file bop.hh.

Constructor & Destructor Documentation

◆ DelayQueueEntry()

gem5::prefetch::BOP::DelayQueueEntry::DelayQueueEntry ( Addr x,
Tick t )
inline

Definition at line 92 of file bop.hh.

Member Data Documentation

◆ baseAddr

Addr gem5::prefetch::BOP::DelayQueueEntry::baseAddr

Definition at line 89 of file bop.hh.

◆ processTick

Tick gem5::prefetch::BOP::DelayQueueEntry::processTick

Definition at line 90 of file bop.hh.


The documentation for this struct was generated from the following file:

Generated on Tue Jun 18 2024 16:24:21 for gem5 by doxygen 1.11.0