scc  2024.06
SystemC components library
tilelink::tlc_target_socket< BUSWIDTH, TYPES, N, POL > Struct Template Reference

#include <tl_tlm.h>

Inheritance diagram for tilelink::tlc_target_socket< BUSWIDTH, TYPES, N, POL >:
Collaboration diagram for tilelink::tlc_target_socket< BUSWIDTH, TYPES, N, POL >:

Public Types

using base_type = tlm::tlm_base_target_socket< BUSWIDTH, tlc_fw_transport_if< TYPES >, tlc_bw_transport_if< TYPES >, N, POL >
 base type alias
 

Public Member Functions

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

Detailed Description

template<unsigned int BUSWIDTH = 32, typename TYPES = tl_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
struct tilelink::tlc_target_socket< BUSWIDTH, TYPES, N, POL >

TL-C target socket class

Definition at line 272 of file tl_tlm.h.

Constructor & Destructor Documentation

◆ tlc_target_socket()

template<unsigned int BUSWIDTH = 32, typename TYPES = tl_protocol_types, int N = 1, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
tilelink::tlc_target_socket< BUSWIDTH, TYPES, N, POL >::tlc_target_socket ( const char *  name)
inlineexplicit

constructor with instance name

Parameters
name

Definition at line 284 of file tl_tlm.h.

Member Function Documentation

◆ kind()

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

get the kind of this sc_object

Returns
the kind string

Definition at line 290 of file tl_tlm.h.


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