scc 2025.09
SystemC components library
axi::pe::replay_target< BUSWIDTH, TYPES, N, POL > Class Template Reference

#include <replay_target.h>

Inheritance diagram for axi::pe::replay_target< BUSWIDTH, TYPES, N, POL >:
Collaboration diagram for axi::pe::replay_target< BUSWIDTH, TYPES, N, POL >:

Public Types

using base = axi_target_pe
using payload_type = base::payload_type
using phase_type = base::phase_type

Public Member Functions

 replay_target (const sc_core::sc_module_name &nm)
 the constructor
 replay_target (replay_target const &)=delete
 replay_target (replay_target &&)=delete
replay_targetoperator= (replay_target const &)=delete
replay_targetoperator= (replay_target &&)=delete
size_t get_outstanding_tx_count () override

Public Attributes

sc_core::sc_in< bool > clk_i {"clk_i"}
sc_core::sc_in< bool > rst_i {"rst_i"}
axi::axi_target_socket< BUSWIDTH, TYPES, N, POL > sckt {"sckt"}
axi_target_pe pe
replay_buffer repl_buffer

Protected Member Functions

void end_of_reset ()
void end_of_elaboration ()

Detailed Description

template<unsigned int BUSWIDTH = 32, typename TYPES = axi::axi_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
class axi::pe::replay_target< BUSWIDTH, TYPES, N, POL >

the target socket protocol engine(s) adapted to a particular target socket configuration, sends responses in the order they arrived

Definition at line 81 of file replay_target.h.

Member Typedef Documentation

◆ base

template<unsigned int BUSWIDTH = 32, typename TYPES = axi::axi_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
using axi::pe::replay_target< BUSWIDTH, TYPES, N, POL >::base = axi_target_pe

Definition at line 83 of file replay_target.h.

◆ payload_type

template<unsigned int BUSWIDTH = 32, typename TYPES = axi::axi_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
using axi::pe::replay_target< BUSWIDTH, TYPES, N, POL >::payload_type = base::payload_type

Definition at line 84 of file replay_target.h.

◆ phase_type

template<unsigned int BUSWIDTH = 32, typename TYPES = axi::axi_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
using axi::pe::replay_target< BUSWIDTH, TYPES, N, POL >::phase_type = base::phase_type

Definition at line 85 of file replay_target.h.

Constructor & Destructor Documentation

◆ replay_target()

template<unsigned int BUSWIDTH = 32, typename TYPES = axi::axi_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
axi::pe::replay_target< BUSWIDTH, TYPES, N, POL >::replay_target ( const sc_core::sc_module_name & nm)
inline

the constructor

Parameters
nmmodule instance name

Definition at line 97 of file replay_target.h.

Member Function Documentation

◆ end_of_elaboration()

template<unsigned int BUSWIDTH = 32, typename TYPES = axi::axi_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
void axi::pe::replay_target< BUSWIDTH, TYPES, N, POL >::end_of_elaboration ( )
inlineprotected

Definition at line 127 of file replay_target.h.

◆ end_of_reset()

template<unsigned int BUSWIDTH = 32, typename TYPES = axi::axi_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
void axi::pe::replay_target< BUSWIDTH, TYPES, N, POL >::end_of_reset ( )
inlineprotected

Definition at line 126 of file replay_target.h.

◆ get_outstanding_tx_count()

template<unsigned int BUSWIDTH = 32, typename TYPES = axi::axi_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
size_t axi::pe::replay_target< BUSWIDTH, TYPES, N, POL >::get_outstanding_tx_count ( )
inlineoverridevirtual

Implements axi::pe::target_info_if.

Definition at line 123 of file replay_target.h.

Member Data Documentation

◆ clk_i

template<unsigned int BUSWIDTH = 32, typename TYPES = axi::axi_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
sc_core::sc_in<bool> axi::pe::replay_target< BUSWIDTH, TYPES, N, POL >::clk_i {"clk_i"}

Definition at line 87 of file replay_target.h.

◆ pe

template<unsigned int BUSWIDTH = 32, typename TYPES = axi::axi_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
axi_target_pe axi::pe::replay_target< BUSWIDTH, TYPES, N, POL >::pe

Definition at line 134 of file replay_target.h.

◆ repl_buffer

template<unsigned int BUSWIDTH = 32, typename TYPES = axi::axi_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
replay_buffer axi::pe::replay_target< BUSWIDTH, TYPES, N, POL >::repl_buffer

Definition at line 135 of file replay_target.h.

◆ rst_i

template<unsigned int BUSWIDTH = 32, typename TYPES = axi::axi_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
sc_core::sc_in<bool> axi::pe::replay_target< BUSWIDTH, TYPES, N, POL >::rst_i {"rst_i"}

Definition at line 89 of file replay_target.h.

◆ sckt

template<unsigned int BUSWIDTH = 32, typename TYPES = axi::axi_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
axi::axi_target_socket<BUSWIDTH, TYPES, N, POL> axi::pe::replay_target< BUSWIDTH, TYPES, N, POL >::sckt {"sckt"}

Definition at line 91 of file replay_target.h.


The documentation for this class was generated from the following file:
  • /home/eyck/Projects/MINRES/SystemC-Components/third_party/axi_chi/axi/pe/replay_target.h