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