gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
FIFORP::FIFOReplData Struct Reference

FIFO-specific implementation of replacement data. More...

#include <fifo_rp.hh>

Inheritance diagram for FIFORP::FIFOReplData:
ReplacementData

Public Member Functions

 FIFOReplData ()
 Default constructor. More...
 

Public Attributes

Tick tickInserted
 Tick on which the entry was inserted. More...
 

Detailed Description

FIFO-specific implementation of replacement data.

Definition at line 48 of file fifo_rp.hh.

Constructor & Destructor Documentation

◆ FIFOReplData()

FIFORP::FIFOReplData::FIFOReplData ( )
inline

Default constructor.

Invalidate data.

Definition at line 56 of file fifo_rp.hh.

Member Data Documentation

◆ tickInserted

Tick FIFORP::FIFOReplData::tickInserted

Tick on which the entry was inserted.

Definition at line 51 of file fifo_rp.hh.


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

Generated on Wed Sep 30 2020 14:02:24 for gem5 by doxygen 1.8.17