|
| | ace_protocol (std::string const &name, unsigned bus_width_in_bytes, unsigned rd_response_timeout, unsigned wr_response_timeout) |
|
| ace_protocol (const ace_protocol &other)=delete |
|
| ace_protocol (ace_protocol &&other)=delete |
|
ace_protocol & | operator= (const ace_protocol &other)=delete |
|
ace_protocol & | operator= (ace_protocol &&other)=delete |
| void | fw_pre (payload_type const &trans, phase_type const &phase) override |
| void | fw_post (payload_type const &trans, phase_type const &phase, tlm::tlm_sync_enum rstat) override |
| void | bw_pre (payload_type const &trans, phase_type const &phase) override |
| void | bw_post (payload_type const &trans, phase_type const &phase, tlm::tlm_sync_enum rstat) override |
|
virtual void | fw_pre (typename axi::axi_protocol_types::tlm_payload_type const &trans, typename axi::axi_protocol_types::tlm_phase_type const &phase)=0 |
|
virtual void | fw_post (typename axi::axi_protocol_types::tlm_payload_type const &trans, typename axi::axi_protocol_types::tlm_phase_type const &phase, tlm::tlm_sync_enum rstat)=0 |
|
virtual void | bw_pre (typename axi::axi_protocol_types::tlm_payload_type const &trans, typename axi::axi_protocol_types::tlm_phase_type const &phase)=0 |
|
virtual void | bw_post (typename axi::axi_protocol_types::tlm_payload_type const &trans, typename axi::axi_protocol_types::tlm_phase_type const &phase, tlm::tlm_sync_enum rstat)=0 |
Definition at line 30 of file ace_protocol.h.
◆ ace_protocol()
| axi::checker::ace_protocol::ace_protocol |
( |
std::string const & | name, |
|
|
unsigned | bus_width_in_bytes, |
|
|
unsigned | rd_response_timeout, |
|
|
unsigned | wr_response_timeout ) |
|
inline |
◆ bw_post()
| void axi::checker::ace_protocol::bw_post |
( |
payload_type const & | trans, |
|
|
phase_type const & | phase, |
|
|
tlm::tlm_sync_enum | rstat ) |
|
override |
◆ bw_pre()
| void axi::checker::ace_protocol::bw_pre |
( |
payload_type const & | trans, |
|
|
phase_type const & | phase ) |
|
override |
◆ fw_post()
| void axi::checker::ace_protocol::fw_post |
( |
payload_type const & | trans, |
|
|
phase_type const & | phase, |
|
|
tlm::tlm_sync_enum | rstat ) |
|
override |
◆ fw_pre()
| void axi::checker::ace_protocol::fw_pre |
( |
payload_type const & | trans, |
|
|
phase_type const & | phase ) |
|
override |
◆ bw
| unsigned const axi::checker::ace_protocol::bw |
◆ name
| std::string const axi::checker::ace_protocol::name |
◆ rd_response_timeout
| unsigned const axi::checker::ace_protocol::rd_response_timeout |
◆ wr_response_timeout
| unsigned const axi::checker::ace_protocol::wr_response_timeout |
The documentation for this class was generated from the following files:
- /home/eyck/Projects/MINRES/SystemC-Components/third_party/axi_chi/axi/checker/ace_protocol.h
- /home/eyck/Projects/MINRES/SystemC-Components/third_party/axi_chi/axi/checker/ace_protocol.cpp