gem5 v24.0.0.0
|
This is the complete list of members for tlm::tlm_nonblocking_master_if< REQ, RSP >, including all inherited members.
default_event() const | sc_core::sc_interface | virtual |
nb_can_get(tlm_tag< RSP > *t=nullptr) const=0 | tlm::tlm_nonblocking_get_if< RSP > | pure virtual |
nb_can_peek(tlm_tag< RSP > *t=nullptr) const=0 | tlm::tlm_nonblocking_peek_if< RSP > | pure virtual |
nb_can_put(tlm_tag< REQ > *t=nullptr) const=0 | tlm::tlm_nonblocking_put_if< REQ > | pure virtual |
nb_get(RSP &t)=0 | tlm::tlm_nonblocking_get_if< RSP > | pure virtual |
nb_peek(RSP &t) const=0 | tlm::tlm_nonblocking_peek_if< RSP > | pure virtual |
nb_put(const REQ &t)=0 | tlm::tlm_nonblocking_put_if< REQ > | pure virtual |
ok_to_get(tlm_tag< RSP > *t=nullptr) const=0 | tlm::tlm_nonblocking_get_if< RSP > | pure virtual |
ok_to_peek(tlm_tag< RSP > *t=nullptr) const=0 | tlm::tlm_nonblocking_peek_if< RSP > | pure virtual |
ok_to_put(tlm_tag< REQ > *t=nullptr) const=0 | tlm::tlm_nonblocking_put_if< REQ > | pure virtual |
register_port(sc_port_base &, const char *) | sc_core::sc_interface | virtual |
sc_interface() | sc_core::sc_interface | inlineprotected |
~sc_interface() | sc_core::sc_interface | inlinevirtual |