gem5 v25.0.0.1
Loading...
Searching...
No Matches
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

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(), and ProtocolInfo().

◆ partialFuncReads

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

Definition at line 47 of file ProtocolInfo.hh.

Referenced by getPartialFuncReads(), and ProtocolInfo().

◆ useSecondaryLoadLinked

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

Definition at line 48 of file ProtocolInfo.hh.

Referenced by getUseSecondaryLoadLinked(), and ProtocolInfo().

◆ useSecondaryStoreConditional

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

Definition at line 49 of file ProtocolInfo.hh.

Referenced by getUseSecondaryStoreConditional(), and ProtocolInfo().


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

Generated on Sat Oct 18 2025 08:07:02 for gem5 by doxygen 1.14.0