Go to the documentation of this file.
45 #ifndef __CPU_MINOR_PIPELINE_HH__
46 #define __CPU_MINOR_PIPELINE_HH__
54 #include "params/BaseMinorCPU.hh"
void wakeupFetch(ThreadID tid)
Wake up the Fetch unit.
bool isDrained()
Test to see if the CPU is drained.
Latch< ForwardInstData > f2ToD
ActivityRecorder with a Ticked interface.
Provide a non-protected base class for Minor's Ports as derived classes are created by Fetch1 and Exe...
Pipeline(MinorCPU &cpu_, const BaseMinorCPUParams ¶ms)
MinorCPU is an in-order CPU model with four fixed pipeline stages:
Ticked attaches gem5's event queue/scheduler to evaluate calls and provides a start/stop interface to...
This stage receives lines of data from Fetch1, separates them into instructions and passes them to De...
Latch< BranchData > eToF1
bool drain()
Try to drain the CPU.
Latch< ForwardLineData > f1ToF2
StageId
Enumerated ids of the 'stages' for the activity recorder.
A stage responsible for fetching "lines" from memory and passing them to Fetch2.
MinorActivityRecorder * getActivityRecorder()
To give the activity recorder to the CPU.
The constructed pipeline.
Wraps a MinorBuffer with Input/Output interfaces to ensure that units within the model can only see t...
void evaluate() override
A custom evaluate allows report in the right place (between stages and pipeline advance)
MinorActivityRecorder activityRecorder
Activity recording for the pipeline.
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
Latch< ForwardInstData > dToE
bool allow_idling
Allow cycles to be skipped when the pipeline is idle.
Latch< BranchData > f2ToF1
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
MinorCPU::MinorCPUPort & getInstPort()
Functions below here are BaseCPU operations passed on to pipeline stages.
MinorCPU::MinorCPUPort & getDataPort()
Return the DcachePort belonging to Execute for the CPU.
bool needToSignalDrained
True after drain is called but draining isn't complete.
int16_t ThreadID
Thread index/ID type.
Generated on Wed Jul 13 2022 10:39:16 for gem5 by doxygen 1.8.17