gem5  v20.1.0.0
Public Member Functions | List of all members
PipeStageIFace Class Referenceabstract

#include <comm.hh>

Inheritance diagram for PipeStageIFace:
ScheduleToExecute ScoreboardCheckToSchedule

Public Member Functions

virtual void reset ()=0
 Reset the pipe stage interface. More...
 

Detailed Description

Definition at line 48 of file comm.hh.

Member Function Documentation

◆ reset()

virtual void PipeStageIFace::reset ( )
pure virtual

Reset the pipe stage interface.

This is called to remove any stale state from the pipe stage that is leftover from the prior cycle. This is needed when stages do not actually consume the information passed via the stage interfaces.

Implemented in ScheduleToExecute, and ScoreboardCheckToSchedule.


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

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