|
scc 2025.09
SystemC components library
|


Public Member Functions | |
| axi_target (sc_core::sc_module_name nm) | |
| Public Member Functions inherited from axi::axi_target_base | |
| axi_target_base (const sc_core::sc_module_name &nm, axi::pe::axi_target_pe &pe) | |
Public Attributes | |
| axi::axi_target_socket< BUSWIDTH > | tsck {"tsck"} |
| axi::pe::simple_target< BUSWIDTH > | pe {"pe", tsck} |
| Public Attributes inherited from axi::axi_target_base | |
| sc_core::sc_in< bool > | clk_i {"clk_i"} |
| tlm_utils::simple_initiator_socket< axi_target_base, scc::LT > | isck {"isck"} |
Additional Inherited Members | |
| Protected Member Functions inherited from axi::axi_target_base | |
| unsigned | access (tlm::tlm_generic_payload &trans) |
Definition at line 58 of file axi_target.h.
|
inline |
Definition at line 62 of file axi_target.h.
|
inlinevirtual |
Definition at line 68 of file axi_target.h.
| axi::pe::simple_target<BUSWIDTH> axi::axi_target< BUSWIDTH >::pe {"pe", tsck} |
Definition at line 70 of file axi_target.h.
| axi::axi_target_socket<BUSWIDTH> axi::axi_target< BUSWIDTH >::tsck {"tsck"} |
Definition at line 60 of file axi_target.h.