gem5  v22.1.0.0
Classes | Public Attributes | List of all members
gem5::o3::TimeStruct Struct Reference

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]
 

Detailed Description

Struct that defines all backwards communication.

Definition at line 112 of file comm.hh.

Member Data Documentation

◆ commitInfo

CommitComm gem5::o3::TimeStruct::commitInfo[MaxThreads]

Definition at line 218 of file comm.hh.

◆ decodeBlock

bool gem5::o3::TimeStruct::decodeBlock[MaxThreads]

Definition at line 220 of file comm.hh.

◆ decodeInfo

DecodeComm gem5::o3::TimeStruct::decodeInfo[MaxThreads]

Definition at line 129 of file comm.hh.

◆ decodeUnblock

bool gem5::o3::TimeStruct::decodeUnblock[MaxThreads]

Definition at line 221 of file comm.hh.

◆ iewBlock

bool gem5::o3::TimeStruct::iewBlock[MaxThreads]

Definition at line 224 of file comm.hh.

◆ iewInfo

IewComm gem5::o3::TimeStruct::iewInfo[MaxThreads]

Definition at line 152 of file comm.hh.

◆ iewUnblock

bool gem5::o3::TimeStruct::iewUnblock[MaxThreads]

Definition at line 225 of file comm.hh.

◆ renameBlock

bool gem5::o3::TimeStruct::renameBlock[MaxThreads]

Definition at line 222 of file comm.hh.

◆ renameInfo

RenameComm gem5::o3::TimeStruct::renameInfo[MaxThreads]

Definition at line 133 of file comm.hh.

◆ renameUnblock

bool gem5::o3::TimeStruct::renameUnblock[MaxThreads]

Definition at line 223 of file comm.hh.


The documentation for this struct was generated from the following file:

Generated on Wed Dec 21 2022 10:24:17 for gem5 by doxygen 1.9.1