scc  2022.4.0
SystemC components library
chi::bw_blocking_transport_if< TRANS > Class Template Referenceabstract

#include <chi_tlm.h>

Inheritance diagram for chi::bw_blocking_transport_if< TRANS >:
Collaboration diagram for chi::bw_blocking_transport_if< TRANS >:

Public Member Functions

virtual void b_snoop (TRANS &trans, sc_core::sc_time &t)=0
 snoop access to a snooped master More...
 

Detailed Description

template<typename TRANS = tlm::tlm_generic_payload>
class chi::bw_blocking_transport_if< TRANS >

interface definition for the blocking backward interface. This is need to allow snoop accesses in blocking mode

Definition at line 918 of file chi_tlm.h.

Member Function Documentation

◆ b_snoop()

template<typename TRANS = tlm::tlm_generic_payload>
virtual void chi::bw_blocking_transport_if< TRANS >::b_snoop ( TRANS &  trans,
sc_core::sc_time &  t 
)
pure virtual

snoop access to a snooped master

Parameters
transthe payload
tannotated delay

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