gem5
v20.1.0.0
|
Struct that defines all backwards communication. More...
#include <comm.hh>
Classes | |
struct | commitComm |
struct | decodeComm |
struct | iewComm |
struct | renameComm |
Public Types | |
typedef Impl::DynInstPtr | DynInstPtr |
Public Attributes | |
decodeComm | decodeInfo [Impl::MaxThreads] |
renameComm | renameInfo [Impl::MaxThreads] |
iewComm | iewInfo [Impl::MaxThreads] |
commitComm | commitInfo [Impl::MaxThreads] |
bool | decodeBlock [Impl::MaxThreads] |
bool | decodeUnblock [Impl::MaxThreads] |
bool | renameBlock [Impl::MaxThreads] |
bool | renameUnblock [Impl::MaxThreads] |
bool | iewBlock [Impl::MaxThreads] |
bool | iewUnblock [Impl::MaxThreads] |
Struct that defines all backwards communication.
typedef Impl::DynInstPtr TimeBufStruct< Impl >::DynInstPtr |
commitComm TimeBufStruct< Impl >::commitInfo[Impl::MaxThreads] |
bool TimeBufStruct< Impl >::decodeBlock[Impl::MaxThreads] |
decodeComm TimeBufStruct< Impl >::decodeInfo[Impl::MaxThreads] |
bool TimeBufStruct< Impl >::decodeUnblock[Impl::MaxThreads] |
bool TimeBufStruct< Impl >::iewBlock[Impl::MaxThreads] |
iewComm TimeBufStruct< Impl >::iewInfo[Impl::MaxThreads] |
bool TimeBufStruct< Impl >::iewUnblock[Impl::MaxThreads] |
bool TimeBufStruct< Impl >::renameBlock[Impl::MaxThreads] |
renameComm TimeBufStruct< Impl >::renameInfo[Impl::MaxThreads] |
bool TimeBufStruct< Impl >::renameUnblock[Impl::MaxThreads] |