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

#include <axi_tlm.h>

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

Public Types

using base_type
 base type alias

Public Member Functions

 ace_target_socket ()
 default constructor using a generated instance name
 ace_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::ace_target_socket< BUSWIDTH, TYPES, N, POL >

ACE target socket class using payloads carrying AXI3 or AXi4 extensions

Definition at line 1075 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::ace_target_socket< BUSWIDTH, TYPES, N, POL >::base_type
Initial value:
tlm::tlm_base_target_socket<BUSWIDTH, ace_fw_transport_if<TYPES>, ace_bw_transport_if<TYPES>, N, POL>

base type alias

Definition at line 1078 of file axi_tlm.h.

Constructor & Destructor Documentation

◆ ace_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::ace_target_socket< BUSWIDTH, TYPES, N, POL >::ace_target_socket ( )
inline

default constructor using a generated instance name

Definition at line 1083 of file axi_tlm.h.

◆ ace_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::ace_target_socket< BUSWIDTH, TYPES, N, POL >::ace_target_socket ( const char * name)
inlineexplicit

constructor with instance name

Parameters
name

Definition at line 1089 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::ace_target_socket< BUSWIDTH, TYPES, N, POL >::kind ( ) const
inlineoverride

get the kind of this sc_object

Returns
the kind string

Definition at line 1095 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