gem5 v24.0.0.0
|
#include <comm.hh>
Public Member Functions | |
virtual void | reset ()=0 |
Reset the pipe stage interface. | |
|
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 gem5::ScheduleToExecute, and gem5::ScoreboardCheckToSchedule.