17 #include "../../interfaces/apb/apb_tlm.h"
23 const std::array<std::string, 3> cmd_str{
"R",
"W",
"I"};
25 std::ostream&
operator<<(std::ostream& os,
const tlm::tlm_generic_payload& t) {
26 os <<
"CMD:" << cmd_str[t.get_command()] <<
", "
27 <<
"ADDR:0x" << std::hex << t.get_address() <<
", TXLEN:0x" << t.get_data_length();
30 <<
"PROT:0x" << std::hex << static_cast<unsigned>(e->get_protection()) <<
"NSE:" << (e->is_nse() ?
"True" :
"False");
32 os <<
" [ptr:" << &t <<
"]";
TLM2.0 components modeling APB.
std::ostream & operator<<(std::ostream &os, const tlm::tlm_generic_payload &t)