gem5 v24.0.0.0
|
Struct that defines all backwards communication. More...
#include <comm.hh>
Classes | |
struct | CommitComm |
struct | DecodeComm |
struct | IewComm |
struct | RenameComm |
Public Attributes | |
DecodeComm | decodeInfo [MaxThreads] |
RenameComm | renameInfo [MaxThreads] |
IewComm | iewInfo [MaxThreads] |
CommitComm | commitInfo [MaxThreads] |
bool | decodeBlock [MaxThreads] |
bool | decodeUnblock [MaxThreads] |
bool | renameBlock [MaxThreads] |
bool | renameUnblock [MaxThreads] |
bool | iewBlock [MaxThreads] |
bool | iewUnblock [MaxThreads] |
CommitComm gem5::o3::TimeStruct::commitInfo[MaxThreads] |
bool gem5::o3::TimeStruct::decodeBlock[MaxThreads] |
DecodeComm gem5::o3::TimeStruct::decodeInfo[MaxThreads] |
bool gem5::o3::TimeStruct::decodeUnblock[MaxThreads] |
bool gem5::o3::TimeStruct::iewBlock[MaxThreads] |
IewComm gem5::o3::TimeStruct::iewInfo[MaxThreads] |
bool gem5::o3::TimeStruct::iewUnblock[MaxThreads] |
bool gem5::o3::TimeStruct::renameBlock[MaxThreads] |
RenameComm gem5::o3::TimeStruct::renameInfo[MaxThreads] |
bool gem5::o3::TimeStruct::renameUnblock[MaxThreads] |