quic/qbox
|
#include <underlying-dmi.h>
Public Member Functions | |
UnderlyingDMITlmExtension (const UnderlyingDMITlmExtension &)=default | |
virtual tlm_extension_base * | clone () const override |
virtual void | copy_from (tlm_extension_base const &ext) override |
void | add_dmi (sc_core::sc_module *m, tlm::tlm_dmi dmi, tlm_dmi_ex::dmi_type type) |
bool | has_dmi (tlm_dmi_ex::dmi_type type) |
tlm::tlm_dmi & | get_first (tlm_dmi_ex::dmi_type type) |
tlm::tlm_dmi & | get_last (tlm_dmi_ex::dmi_type type) |
Embeds a record of which target was accessed, in terms of a DMI record which shows its start/end address in the txn, which is populated as the network is traversed.