gem5 v25.0.0.1
Loading...
Searching...
No Matches
gem5::tlm::chi::CacheController::Transaction Struct Reference

#include <controller.hh>

Inheritance diagram for gem5::tlm::chi::CacheController::Transaction:
gem5::tlm::chi::CacheController::DatalessTransaction gem5::tlm::chi::CacheController::ReadTransaction gem5::tlm::chi::CacheController::WriteTransaction

Public Types

enum class  Type { READ , WRITE , DATALESS }

Public Member Functions

 Transaction (CacheController *parent, ARM::CHI::Payload &_payload, ARM::CHI::Phase &_phase)
 ~Transaction ()
virtual bool handle (const CHIDataMsg *msg)
virtual bool handle (const CHIResponseMsg *msg)

Static Public Member Functions

static std::unique_ptr< Transactiongen (CacheController *parent, ARM::CHI::Payload &_payload, ARM::CHI::Phase &_phase)

Public Attributes

CacheControllercontroller
ARM::CHI::Payload * payload
ARM::CHI::Phase phase

Detailed Description

Definition at line 119 of file controller.hh.

Member Enumeration Documentation

◆ Type

Enumerator
READ 
WRITE 
DATALESS 

Definition at line 121 of file controller.hh.

Constructor & Destructor Documentation

◆ Transaction()

gem5::tlm::chi::CacheController::Transaction::Transaction ( CacheController * parent,
ARM::CHI::Payload & _payload,
ARM::CHI::Phase & _phase )

◆ ~Transaction()

gem5::tlm::chi::CacheController::Transaction::~Transaction ( )

Definition at line 379 of file controller.cc.

References payload.

Member Function Documentation

◆ gen()

std::unique_ptr< CacheController::Transaction > gem5::tlm::chi::CacheController::Transaction::gen ( CacheController * parent,
ARM::CHI::Payload & _payload,
ARM::CHI::Phase & _phase )
static

◆ handle() [1/2]

virtual bool gem5::tlm::chi::CacheController::Transaction::handle ( const CHIDataMsg * msg)
inlinevirtual

◆ handle() [2/2]

Member Data Documentation

◆ controller

CacheController* gem5::tlm::chi::CacheController::Transaction::controller

◆ payload

ARM::CHI::Payload* gem5::tlm::chi::CacheController::Transaction::payload

◆ phase


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

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