Go to the documentation of this file.
41 #ifndef __CPU_O3_DECODE_HH__
42 #define __CPU_O3_DECODE_HH__
101 Decode(
CPU *_cpu,
const O3CPUParams ¶ms);
111 std::string
name()
const;
329 #endif // __CPU_O3_DECODE_HH__
This is a simple scalar statistic, like a counter.
unsigned skidBufferMax
Maximum size of the skid buffer.
void updateStatus()
Updates overall decode status based on all of the threads' statuses.
void sortInsts()
Separates instructions from fetch into individual lists of instructions sorted by thread.
Cycles commitToDecodeDelay
Commit to decode delay.
void setActiveThreads(std::list< ThreadID > *at_ptr)
Sets pointer to list of active threads.
bool block(ThreadID tid)
Switches decode to blocking, and signals back that decode has become blocked.
std::list< ThreadID > * activeThreads
List of active thread ids.
bool squashAfterDelaySlot[MaxThreads]
Tells when their is a pending delay slot inst.
statistics::Scalar branchResolved
Stat for number of times a branch is resolved at decode.
void clearStates(ThreadID tid)
Clear all thread-specific states.
std::queue< DynInstPtr > skidBuffer[MaxThreads]
Skid buffer between fetch and decode.
bool fetchInstsValid()
Returns if there any instructions from fetch on this cycle.
statistics::Scalar runCycles
Stat for total number of normal running cycles.
gem5::o3::Decode::DecodeStats stats
statistics::Scalar controlMispred
Stat for number of times decode detected a non-control instruction incorrectly predicted as a branch.
TimeBuffer< TimeStruct >::wire fromRename
Wire to get rename's output from backwards time buffer.
statistics::Scalar branchMispred
Stat for number of times a branch mispredict is detected.
TimeBuffer< TimeStruct > * timeBuffer
Time buffer interface.
bool wroteToTimeBuffer
Variable that tracks if decode has written to the time buffer this cycle.
void decode(bool &status_change, ThreadID tid)
Determines what to do based on decode's current status.
Cycles is a wrapper class for representing cycle counts, i.e.
ThreadID numThreads
number of Active Threads
Decode(CPU *_cpu, const O3CPUParams ¶ms)
Decode constructor.
bool skidsEmpty()
Returns if all of the skid buffers are empty.
void takeOverFrom()
Takes over from another CPU's thread.
void tick()
Ticks decode, processing all input signals and decoding as many instructions as possible.
TimeBuffer< TimeStruct >::wire fromCommit
Wire to get commit's information from backwards time buffer.
O3CPU class, has each of the stages (fetch through commit) within it, as well as all of the time buff...
bool checkSignalsAndUpdate(ThreadID tid)
Checks all input signals and updates decode's status appropriately.
statistics::Scalar unblockCycles
Stat for total number of unblocking cycles.
DecodeStatus
Overall decode stage status.
void squash(const DynInstPtr &inst, ThreadID tid)
Squashes if there is a PC-relative branch that was predicted incorrectly.
statistics::Scalar decodedInsts
Stat for total number of decoded instructions.
statistics::Scalar blockedCycles
Stat for total number of blocked cycles.
bool isDrained() const
Has the stage drained?
statistics::Scalar idleCycles
Stat for total number of idle cycles.
unsigned toRenameIndex
Index of instructions being sent to rename.
TimeBuffer< DecodeStruct >::wire toRename
Wire used to write any information heading to rename.
TimeBuffer< TimeStruct >::wire fromIEW
Wire to get iew's information from backwards time buffer.
Stalls stalls[MaxThreads]
Tracks which stages are telling decode to stall.
std::queue< DynInstPtr > insts[MaxThreads]
Queue of all instructions coming from fetch this cycle.
Addr bdelayDoneSeqNum[MaxThreads]
SeqNum of Squashing Branch Delay Instruction (used for MIPS)
void skidInsert(ThreadID tid)
Inserts a thread's instructions into the skid buffer, to be decoded once decode unblocks.
bool unblock(ThreadID tid)
Switches decode to unblocking if the skid buffer is empty, and signals back that decode has unblocked...
statistics::Scalar squashCycles
Stat for total number of squashing cycles.
bool checkStall(ThreadID tid) const
Checks all stall signals, and returns if any are true.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
statistics::Scalar squashedInsts
Stat for total number of squashed instructions.
TimeBuffer< TimeStruct >::wire toFetch
Wire to write information heading to previous stages.
TimeBuffer< DecodeStruct > * decodeQueue
Decode instruction queue.
static constexpr int MaxThreads
void setTimeBuffer(TimeBuffer< TimeStruct > *tb_ptr)
Sets the main backwards communication time buffer pointer.
DecodeStatus _status
Decode status.
ThreadStatus decodeStatus[MaxThreads]
Per-thread status.
Decode class handles both single threaded and SMT decode.
TimeBuffer< FetchStruct > * fetchQueue
Fetch instruction queue interface.
void setDecodeQueue(TimeBuffer< DecodeStruct > *dq_ptr)
Sets pointer to time buffer used to communicate to the next stage.
TimeBuffer< FetchStruct >::wire fromFetch
Wire to get fetch's output from fetch queue.
void drainSanityCheck() const
Perform sanity checks after a drain.
Source of possible stalls.
void readStallSignals(ThreadID tid)
Reads all stall signals from the backwards communication timebuffer.
void decodeInsts(ThreadID tid)
Processes instructions from fetch and passes them on to rename.
Cycles renameToDecodeDelay
Rename to decode delay.
DynInstPtr squashInst[MaxThreads]
Instruction used for squashing branch (used for MIPS)
unsigned decodeWidth
The width of decode, in instructions.
void setFetchQueue(TimeBuffer< FetchStruct > *fq_ptr)
Sets pointer to time buffer coming from fetch.
Cycles fetchToDecodeDelay
Fetch to decode delay.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
std::string name() const
Returns the name of decode.
ThreadStatus
Individual thread status.
Cycles iewToDecodeDelay
IEW to decode delay.
int16_t ThreadID
Thread index/ID type.
Generated on Tue Dec 21 2021 11:34:25 for gem5 by doxygen 1.8.17