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

Struct that defines the information passed from rename to IEW. More...

#include <comm.hh>

Public Types

typedef Impl::DynInstPtr DynInstPtr
 

Public Attributes

int size
 
DynInstPtr insts [Impl::MaxWidth]
 

Detailed Description

template<class Impl>
struct DefaultRenameDefaultIEW< Impl >

Struct that defines the information passed from rename to IEW.

Definition at line 77 of file comm.hh.

Member Typedef Documentation

◆ DynInstPtr

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

Definition at line 78 of file comm.hh.

Member Data Documentation

◆ insts

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

Definition at line 82 of file comm.hh.

◆ size

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

Definition at line 80 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