scc  2022.4.0
SystemC components library
scc::tlm_target_bfs_base< owner_t > Class Template Reference
Inheritance diagram for scc::tlm_target_bfs_base< owner_t >:
Collaboration diagram for scc::tlm_target_bfs_base< owner_t >:

Public Member Functions

 tlm_target_bfs_base (tlm_target_bfs_params_t &&params, 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}
 

Detailed Description

template<class owner_t>
class scc::tlm_target_bfs_base< owner_t >

Definition at line 56 of file tlm_target_bfs.h.


The documentation for this class was generated from the following file: