scc
2022.4.0
SystemC components library
|
Public Member Functions | |
tlm_gp_data (tlm::tlm_generic_payload const &o) | |
tlm_gp_data (tlm_gp_data const &x)=default | |
tlm_gp_data (tlm_gp_data &&x)=default | |
tlm_gp_data & | operator= (tlm_gp_data const &x)=default |
tlm_gp_data & | operator= (tlm_gp_data &&x)=default |
void | reset () |
void | update_generic_payload (tlm::tlm_generic_payload &other, bool transfer_ownership=false) |
std::string | get_response_string () const |
uint64_t | get_data_value () |
Definition at line 30 of file tlm_gp_data.h.
|
inline |
update the payload from the tlm_gp_data. Esp. usefull when used in randomization.
other | the tlm_generic_payload to update |
transfer_ownership | if set to true the ownership of the data and byte_enable pointers is transferred |
Definition at line 74 of file tlm_gp_data.h.