|
scc 2025.09
SystemC components library
|
#include <ordered_target.h>


Public Types | |
| using | base = axi_target_pe |
| using | payload_type = base::payload_type |
| using | phase_type = base::phase_type |
Public Member Functions | |
| ordered_target (const sc_core::sc_module_name &nm) | |
| the constructor | |
| ordered_target (ordered_target const &)=delete | |
| ordered_target (ordered_target &&)=delete | |
| ordered_target & | operator= (ordered_target const &)=delete |
| ordered_target & | operator= (ordered_target &&)=delete |
| size_t | get_outstanding_tx_count () override |
Public Attributes | |
| sc_core::sc_in< bool > | clk_i {"clk_i"} |
| axi::axi_target_socket< BUSWIDTH, TYPES, N, POL > | sckt {"sckt"} |
| axi_target_pe | pe |
| rate_limiting_buffer | rate_limit_buffer |
Protected Member Functions | |
| void | end_of_elaboration () |
the target socket protocol engine(s) adapted to a particular target socket configuration, sends responses in the order they arrived
Definition at line 100 of file ordered_target.h.
| using axi::pe::ordered_target< BUSWIDTH, TYPES, N, POL >::base = axi_target_pe |
Definition at line 102 of file ordered_target.h.
| using axi::pe::ordered_target< BUSWIDTH, TYPES, N, POL >::payload_type = base::payload_type |
Definition at line 103 of file ordered_target.h.
| using axi::pe::ordered_target< BUSWIDTH, TYPES, N, POL >::phase_type = base::phase_type |
Definition at line 104 of file ordered_target.h.
|
inline |
|
inlineprotected |
Definition at line 137 of file ordered_target.h.
|
inlineoverridevirtual |
Implements axi::pe::target_info_if.
Definition at line 134 of file ordered_target.h.
| sc_core::sc_in<bool> axi::pe::ordered_target< BUSWIDTH, TYPES, N, POL >::clk_i {"clk_i"} |
Definition at line 105 of file ordered_target.h.
| axi_target_pe axi::pe::ordered_target< BUSWIDTH, TYPES, N, POL >::pe |
Definition at line 143 of file ordered_target.h.
| rate_limiting_buffer axi::pe::ordered_target< BUSWIDTH, TYPES, N, POL >::rate_limit_buffer |
Definition at line 144 of file ordered_target.h.
| axi::axi_target_socket<BUSWIDTH, TYPES, N, POL> axi::pe::ordered_target< BUSWIDTH, TYPES, N, POL >::sckt {"sckt"} |
Definition at line 107 of file ordered_target.h.