|
scc 2025.09
SystemC components library
|
#include <tl_tlm.h>


Public Types | |
| using | base_type = tlm::tlm_base_initiator_socket<BUSWIDTH, tlc_fw_transport_if<TYPES>, tlc_bw_transport_if<TYPES>, N, POL> |
| base type alias | |
Public Member Functions | |
| tlc_initiator_socket () | |
| default constructor using a generated instance name | |
| tlc_initiator_socket (const char *name) | |
| constructor with instance name | |
| const char * | kind () const override |
| get the kind of this sc_object | |
TL-C initiator socket class
| using tilelink::tlc_initiator_socket< BUSWIDTH, TYPES, N, POL >::base_type = tlm::tlm_base_initiator_socket<BUSWIDTH, tlc_fw_transport_if<TYPES>, tlc_bw_transport_if<TYPES>, N, POL> |
|
inline |
|
inlineexplicit |
|
inlineoverride |