gem5 v24.0.0.0
|
FIFO-specific implementation of replacement data. More...
#include <fifo_rp.hh>
Public Member Functions | |
FIFOReplData () | |
Default constructor. | |
Public Attributes | |
Tick | tickInserted |
Tick on which the entry was inserted. | |
FIFO-specific implementation of replacement data.
Definition at line 54 of file fifo_rp.hh.
|
inline |
Tick gem5::replacement_policy::FIFO::FIFOReplData::tickInserted |
Tick on which the entry was inserted.
Definition at line 57 of file fifo_rp.hh.