#include <sysc/kernel/sc_reset.h>
Definition at line 86 of file sc_reset.h.
◆ 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 |
|
) |
| |
◆ sc_reset
◆ sc_simcontext
◆ m_async
bool sc_core::sc_reset_finder::m_async |
|
protected |
◆ m_in_p
const sc_in<bool>* sc_core::sc_reset_finder::m_in_p |
|
protected |
◆ m_inout_p
const sc_inout<bool>* sc_core::sc_reset_finder::m_inout_p |
|
protected |
◆ m_level
bool sc_core::sc_reset_finder::m_level |
|
protected |
◆ m_next_p
◆ m_out_p
const sc_out<bool>* sc_core::sc_reset_finder::m_out_p |
|
protected |
◆ m_target_p
The documentation for this class was generated from the following file: