gem5  v20.1.0.0
Public Types | Public Attributes | List of all members
DefaultFetchDefaultDecode< Impl > Struct Template Reference

Struct that defines the information passed from fetch to decode. More...

#include <comm.hh>

Public Types

typedef Impl::DynInstPtr DynInstPtr
 

Public Attributes

int size
 
DynInstPtr insts [Impl::MaxWidth]
 
Fault fetchFault
 
InstSeqNum fetchFaultSN
 
bool clearFetchFault
 

Detailed Description

template<class Impl>
struct DefaultFetchDefaultDecode< Impl >

Struct that defines the information passed from fetch to decode.

Definition at line 54 of file comm.hh.

Member Typedef Documentation

◆ DynInstPtr

template<class Impl >
typedef Impl::DynInstPtr DefaultFetchDefaultDecode< Impl >::DynInstPtr

Definition at line 55 of file comm.hh.

Member Data Documentation

◆ clearFetchFault

template<class Impl >
bool DefaultFetchDefaultDecode< Impl >::clearFetchFault

Definition at line 62 of file comm.hh.

◆ fetchFault

template<class Impl >
Fault DefaultFetchDefaultDecode< Impl >::fetchFault

Definition at line 60 of file comm.hh.

◆ fetchFaultSN

template<class Impl >
InstSeqNum DefaultFetchDefaultDecode< Impl >::fetchFaultSN

Definition at line 61 of file comm.hh.

◆ insts

template<class Impl >
DynInstPtr DefaultFetchDefaultDecode< Impl >::insts[Impl::MaxWidth]

Definition at line 59 of file comm.hh.

◆ size

template<class Impl >
int DefaultFetchDefaultDecode< Impl >::size

Definition at line 57 of file comm.hh.


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

Generated on Wed Sep 30 2020 14:02:23 for gem5 by doxygen 1.8.17