TLM-2.0
2.0.4
Accellera TLM-2.0 proof-of-concept library
|
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=0) const=0 | tlm::tlm_nonblocking_get_if< RSP > | pure virtual |
nb_can_peek(tlm_tag< RSP > *t=0) const=0 | tlm::tlm_nonblocking_peek_if< RSP > | pure virtual |
nb_can_put(tlm_tag< REQ > *t=0) 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=0) const=0 | tlm::tlm_nonblocking_get_if< RSP > | pure virtual |
ok_to_peek(tlm_tag< RSP > *t=0) const=0 | tlm::tlm_nonblocking_peek_if< RSP > | pure virtual |
ok_to_put(tlm_tag< REQ > *t=0) const=0 | tlm::tlm_nonblocking_put_if< REQ > | pure virtual |
register_port(sc_port_base &port_, const char *if_typename_) | sc_core::sc_interface | virtual |
sc_interface() | sc_core::sc_interface | protected |
~sc_interface() | sc_core::sc_interface | virtual |