SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_core::sc_reset_finder Class Reference

#include <sysc/kernel/sc_reset.h>

Collaboration diagram for sc_core::sc_reset_finder:

Public Member Functions

 sc_reset_finder (bool async, const sc_in< bool > *port_p, bool level, sc_process_b *target_p)
 
 sc_reset_finder (bool async, const sc_inout< bool > *port_p, bool level, sc_process_b *target_p)
 
 sc_reset_finder (bool async, const sc_out< bool > *port_p, bool level, sc_process_b *target_p)
 

Protected Attributes

bool m_async
 
bool m_level
 
sc_reset_finderm_next_p
 
const sc_in< bool > * m_in_p
 
const sc_inout< bool > * m_inout_p
 
const sc_out< bool > * m_out_p
 
sc_process_bm_target_p
 

Friends

class sc_reset
 
class sc_simcontext
 

Detailed Description

Definition at line 86 of file sc_reset.h.

Constructor & Destructor Documentation

◆ sc_reset_finder() [1/3]

sc_core::sc_reset_finder::sc_reset_finder ( bool  async,
const sc_in< bool > *  port_p,
bool  level,
sc_process_b target_p 
)

◆ sc_reset_finder() [2/3]

sc_core::sc_reset_finder::sc_reset_finder ( bool  async,
const sc_inout< bool > *  port_p,
bool  level,
sc_process_b target_p 
)

◆ sc_reset_finder() [3/3]

sc_core::sc_reset_finder::sc_reset_finder ( bool  async,
const sc_out< bool > *  port_p,
bool  level,
sc_process_b target_p 
)

Friends And Related Function Documentation

◆ sc_reset

friend class sc_reset
friend

Definition at line 87 of file sc_reset.h.

◆ sc_simcontext

friend class sc_simcontext
friend

Definition at line 88 of file sc_reset.h.

Member Data Documentation

◆ m_async

bool sc_core::sc_reset_finder::m_async
protected

Definition at line 98 of file sc_reset.h.

◆ m_in_p

const sc_in<bool>* sc_core::sc_reset_finder::m_in_p
protected

Definition at line 101 of file sc_reset.h.

◆ m_inout_p

const sc_inout<bool>* sc_core::sc_reset_finder::m_inout_p
protected

Definition at line 102 of file sc_reset.h.

◆ m_level

bool sc_core::sc_reset_finder::m_level
protected

Definition at line 99 of file sc_reset.h.

◆ m_next_p

sc_reset_finder* sc_core::sc_reset_finder::m_next_p
protected

Definition at line 100 of file sc_reset.h.

◆ m_out_p

const sc_out<bool>* sc_core::sc_reset_finder::m_out_p
protected

Definition at line 103 of file sc_reset.h.

◆ m_target_p

sc_process_b* sc_core::sc_reset_finder::m_target_p
protected

Definition at line 104 of file sc_reset.h.


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