45 #ifndef __CPU_O3_COMM_HH__ 46 #define __CPU_O3_COMM_HH__ 50 #include "arch/types.hh" 62 DynInstPtr
insts[Impl::MaxWidth];
75 DynInstPtr
insts[Impl::MaxWidth];
85 DynInstPtr
insts[Impl::MaxWidth];
95 DynInstPtr
insts[Impl::MaxWidth];
96 DynInstPtr mispredictInst[Impl::MaxThreads];
97 Addr mispredPC[Impl::MaxThreads];
101 bool squash[Impl::MaxThreads];
102 bool branchMispredict[Impl::MaxThreads];
103 bool branchTaken[Impl::MaxThreads];
104 bool includeSquashInst[Impl::MaxThreads];
224 bool decodeBlock[Impl::MaxThreads];
225 bool decodeUnblock[Impl::MaxThreads];
226 bool renameBlock[Impl::MaxThreads];
227 bool renameUnblock[Impl::MaxThreads];
228 bool iewBlock[Impl::MaxThreads];
229 bool iewUnblock[Impl::MaxThreads];
232 #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
GenericISA::SimplePCState< MachInst > PCState
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
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.