gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 61 of file comm.hh.

Member Typedef Documentation

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

Definition at line 62 of file comm.hh.

Member Data Documentation

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

Definition at line 69 of file comm.hh.

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

Definition at line 67 of file comm.hh.

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

Definition at line 68 of file comm.hh.

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

Definition at line 66 of file comm.hh.

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

Definition at line 64 of file comm.hh.


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

Generated on Fri Jun 9 2017 13:04:07 for gem5 by doxygen 1.8.6