|
scc 2025.09
SystemC components library
|
SCC SCV4TLM classes and functions. More...
Classes | |
| class | tlm_recorder |
| The TLM2 transaction recorder. More... | |
| class | tlm_recorder_module |
| The TLM2 transaction recorder. More... | |
Functions | |
| void | record (SCVNS scv_tr_handle &handle, cxs::cxs_flit_payload const &o) |
| void | record (SCVNS scv_tr_handle &handle, ::cxs::cxs_packet_payload const &o) |
| void | record (SCVNS scv_tr_handle &handle, tlm::nw::tlm_network_payload_base &o) |
| void | record (SCVNS scv_tr_handle &h, tlm::tlm_phase const &e) |
| void | record (SCVNS scv_tr_handle &h, tlm::tlm_sync_enum e) |
| template<typename TYPES> | |
| void | record (SCVNS scv_tr_handle &h, impl::tlm_recording_payload< TYPES > const &e) |
SCC SCV4TLM classes and functions.
| void tlm::nw::scv::record | ( | SCVNS scv_tr_handle & | h, |
| impl::tlm_recording_payload< TYPES > const & | e ) |
Definition at line 65 of file tlm_recorder.h.
|
inline |
Definition at line 40 of file tlm_recorder.h.
|
inline |
Definition at line 41 of file tlm_recorder.h.
|
inline |
Definition at line 50 of file tlm_recording.h.
|
inline |
Definition at line 38 of file tlm_recording.h.
| void tlm::nw::scv::record | ( | SCVNS scv_tr_handle & | handle, |
| tlm::nw::tlm_network_payload_base & | o ) |
Definition at line 25 of file tlm_recorder.cpp.