gem5 v24.1.0.1
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | Private Attributes | List of all members
gem5::ruby::ProtocolInfo Class Reference

#include <ProtocolInfo.hh>

Public Member Functions

 ProtocolInfo (std::string name, bool partial_func_reads, bool use_secondary_load_linked, bool use_secondary_store_conditional)
 
std::string getName () const
 
bool getPartialFuncReads () const
 
bool getUseSecondaryLoadLinked () const
 
bool getUseSecondaryStoreConditional () const
 

Protected Attributes

const bool partialFuncReads
 
const bool useSecondaryLoadLinked
 
const bool useSecondaryStoreConditional
 

Private Attributes

const std::string name
 

Detailed Description

Definition at line 41 of file ProtocolInfo.hh.

Constructor & Destructor Documentation

◆ ProtocolInfo()

gem5::ruby::ProtocolInfo::ProtocolInfo ( std::string  name,
bool  partial_func_reads,
bool  use_secondary_load_linked,
bool  use_secondary_store_conditional 
)
inline

Definition at line 52 of file ProtocolInfo.hh.

Member Function Documentation

◆ getName()

std::string gem5::ruby::ProtocolInfo::getName ( ) const
inline

Definition at line 62 of file ProtocolInfo.hh.

References name.

◆ getPartialFuncReads()

bool gem5::ruby::ProtocolInfo::getPartialFuncReads ( ) const
inline

Definition at line 63 of file ProtocolInfo.hh.

References partialFuncReads.

◆ getUseSecondaryLoadLinked()

bool gem5::ruby::ProtocolInfo::getUseSecondaryLoadLinked ( ) const
inline

Definition at line 65 of file ProtocolInfo.hh.

References useSecondaryLoadLinked.

Referenced by gem5::ruby::Sequencer::makeRequest().

◆ getUseSecondaryStoreConditional()

bool gem5::ruby::ProtocolInfo::getUseSecondaryStoreConditional ( ) const
inline

Definition at line 70 of file ProtocolInfo.hh.

References useSecondaryStoreConditional.

Referenced by gem5::ruby::Sequencer::makeRequest().

Member Data Documentation

◆ name

const std::string gem5::ruby::ProtocolInfo::name
private

Definition at line 44 of file ProtocolInfo.hh.

Referenced by getName().

◆ partialFuncReads

const bool gem5::ruby::ProtocolInfo::partialFuncReads
protected

Definition at line 47 of file ProtocolInfo.hh.

Referenced by getPartialFuncReads().

◆ useSecondaryLoadLinked

const bool gem5::ruby::ProtocolInfo::useSecondaryLoadLinked
protected

Definition at line 48 of file ProtocolInfo.hh.

Referenced by getUseSecondaryLoadLinked().

◆ useSecondaryStoreConditional

const bool gem5::ruby::ProtocolInfo::useSecondaryStoreConditional
protected

Definition at line 49 of file ProtocolInfo.hh.

Referenced by getUseSecondaryStoreConditional().


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

Generated on Mon Jan 13 2025 04:29:12 for gem5 by doxygen 1.9.8