42 #ifndef __CPU_O3_COMM_HH__ 43 #define __CPU_O3_COMM_HH__ 47 #include "arch/types.hh" 59 DynInstPtr
insts[Impl::MaxWidth];
72 DynInstPtr
insts[Impl::MaxWidth];
82 DynInstPtr
insts[Impl::MaxWidth];
92 DynInstPtr
insts[Impl::MaxWidth];
93 DynInstPtr mispredictInst[Impl::MaxThreads];
94 Addr mispredPC[Impl::MaxThreads];
98 bool squash[Impl::MaxThreads];
99 bool branchMispredict[Impl::MaxThreads];
100 bool branchTaken[Impl::MaxThreads];
101 bool includeSquashInst[Impl::MaxThreads];
221 bool decodeBlock[Impl::MaxThreads];
222 bool decodeUnblock[Impl::MaxThreads];
223 bool renameBlock[Impl::MaxThreads];
224 bool renameUnblock[Impl::MaxThreads];
225 bool iewBlock[Impl::MaxThreads];
226 bool iewUnblock[Impl::MaxThreads];
229 #endif //__CPU_O3_COMM_HH__
Struct that defines the information passed from IEW to commit.
Impl::DynInstPtr DynInstPtr
bool branchTaken
Was the branch taken or not.
Impl::DynInstPtr DynInstPtr
unsigned freeROBEntries
Tell Rename how many free entries it has in the ROB.
bool clearInterrupt
If the interrupt ended up being cleared before being handled.
Impl::DynInstPtr DynInstPtr
InstSeqNum nonSpecSeqNum
Communication specifically to the IQ to tell the IQ that it can schedule a non-speculative instructio...
DynInstPtr insts[Impl::MaxWidth]
InstSeqNum doneSeqNum
Represents the instruction that has either been retired or squashed.
DynInstPtr squashInst
Instruction that caused the a non-mispredict squash.
bool emptyROB
Notify Rename that the ROB is empty.
bool strictlyOrdered
Hack for now to send back an strictly ordered access to the IEW stage.
bool usedROB
Rename should re-read number of free rob entries.
Defines global host-dependent types: Counter, Tick, and (indirectly) {int,uint}{8,16,32,64}_t.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
TheISA::PCState pc
The pc of the next instruction to execute.
Impl::DynInstPtr DynInstPtr
Struct that defines the information passed from fetch to decode.
Impl::DynInstPtr DynInstPtr
DynInstPtr strictlyOrderedLoad
Hack for now to send back a strictly ordered access to the IEW stage.
DynInstPtr mispredictInst
bool interruptPending
If an interrupt is pending and fetch should stall.
Struct that defines the information passed from rename to IEW.
Struct that defines all backwards communication.
Impl::DynInstPtr DynInstPtr
GenericISA::DelaySlotPCState< MachInst > PCState
std::shared_ptr< FaultBase > Fault
DynInstPtr mispredictInst
Provide fetch the instruction that mispredicted, if this pointer is not-null a misprediction occured...
Struct that defines the information passed from decode to rename.