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


Public Types | |
| using | base_type = tlm::tlm_base_target_socket<BUSWIDTH, chi_fw_transport_if<TYPES>, chi_bw_transport_if<TYPES>, N, POL> |
| base type alias | |
Public Member Functions | |
| chi_target_socket () | |
| default constructor using a generated instance name | |
| chi_target_socket (const char *name) | |
| constructor with instance name | |
| const char * | kind () const override |
| get the kind of this sc_object | |
CHI target socket class using payloads carrying CHI transaction request and response (RN to HN request and HN to RN response)
| using chi::chi_target_socket< BUSWIDTH, TYPES, N, POL >::base_type = tlm::tlm_base_target_socket<BUSWIDTH, chi_fw_transport_if<TYPES>, chi_bw_transport_if<TYPES>, N, POL> |
|
inline |
|
inlineexplicit |
|
inlineoverride |