scc
2022.4.0
SystemC components library
|
Public Member Functions | |
tlm_target_bfs_base (tlm_target_bfs_params_t &¶ms, owner_t *owner=nullptr) | |
const owner_t * | getOwner () const |
void | bindIRQ (size_t num, sc_core::sc_signal< bool > *sig) |
Public Attributes | |
sc_core::sc_in< bool > | rst_in_ {"reset_in"} |
std::unique_ptr< std::vector< sc_core::sc_out< bool > > > | irq_out_ {nullptr} |
Protected Attributes | |
const tlm_target_bfs_params_t | params_ {} |
owner_t *const | owner_ {nullptr} |
Definition at line 56 of file tlm_target_bfs.h.