gem5
v20.1.0.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 48 of file fifo_rp.hh.
|
inline |
Tick FIFORP::FIFOReplData::tickInserted |
Tick on which the entry was inserted.
Definition at line 51 of file fifo_rp.hh.