scc
2022.4.0
SystemC components library
|
#include <chi_tlm.h>
Public Types | |
using | base_type = tlm::tlm_base_initiator_socket< BUSWIDTH, chi_fw_transport_if< TYPES >, chi_bw_transport_if< TYPES >, N, POL > |
base type alias | |
Public Member Functions | |
chi_initiator_socket () | |
default constructor using a generated instance name | |
chi_initiator_socket (const char *name) | |
constructor with instance name More... | |
const char * | kind () const override |
get the kind of this sc_object More... | |
CHI initiator socket class using payloads carrying CHI transaction request and response (RN to HN request and HN to RN response)
|
inlineexplicit |
|
inlineoverride |