scc 2025.09
SystemC components library
axi::axi_target_socket< BUSWIDTH, TYPES, N, POL > Struct Template Reference

#include <axi_tlm.h>

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

Public Types

using base_type
 base type alias

Public Member Functions

 axi_target_socket ()
 default constructor using a generated instance name
 axi_target_socket (const char *name)
 constructor with instance name
const char * kind () const override
 get the kind of this sc_object

Detailed Description

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

AXI target socket class using payloads carrying AXI3 or AXi4 extensions

Definition at line 1009 of file axi_tlm.h.

Member Typedef Documentation

◆ base_type

template<unsigned int BUSWIDTH = 32, typename TYPES = axi_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
using axi::axi_target_socket< BUSWIDTH, TYPES, N, POL >::base_type
Initial value:
tlm::tlm_base_target_socket<BUSWIDTH, axi_fw_transport_if<TYPES>, axi_bw_transport_if<TYPES>, N, POL>
tlm::tlm_bw_transport_if< TYPES > axi_bw_transport_if
alias declaration for the backward interface:
Definition axi_tlm.h:956

base type alias

Definition at line 1012 of file axi_tlm.h.

Constructor & Destructor Documentation

◆ axi_target_socket() [1/2]

template<unsigned int BUSWIDTH = 32, typename TYPES = 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_target_socket ( )
inline

default constructor using a generated instance name

Definition at line 1017 of file axi_tlm.h.

◆ axi_target_socket() [2/2]

template<unsigned int BUSWIDTH = 32, typename TYPES = 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_target_socket ( const char * name)
inlineexplicit

constructor with instance name

Parameters
name

Definition at line 1023 of file axi_tlm.h.

Member Function Documentation

◆ kind()

template<unsigned int BUSWIDTH = 32, typename TYPES = axi_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
const char * axi::axi_target_socket< BUSWIDTH, TYPES, N, POL >::kind ( ) const
inlineoverride

get the kind of this sc_object

Returns
the kind string

Definition at line 1029 of file axi_tlm.h.


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