|
scc 2026.07
SystemC components library
|
#include <axi_tlm.h>


Public Types | |
| using | base_type = tlm::tlm_base_target_socket<BUSWIDTH, axi_fw_transport_if<TYPES>, axi_bw_transport_if<TYPES>, N, POL> |
| base type alias | |
Public Member Functions | |
| axi_target_socket () | |
| default constructor using a generated instance name | |
| axi_target_socket (const char *name) | |
| constructor with instance name | |
| const char * | kind () const override |
| get the kind of this sc_object | |
AXI target socket class using payloads carrying AXI3 or AXi4 extensions
| using axi::axi_target_socket< BUSWIDTH, TYPES, N, POL >::base_type = tlm::tlm_base_target_socket<BUSWIDTH, axi_fw_transport_if<TYPES>, axi_bw_transport_if<TYPES>, N, POL> |
|
inline |
|
inlineexplicit |
|
inlineoverride |