#include "sysc/kernel/sc_lambda.h"#include "sysc/kernel/sc_simcontext.h"ネームスペース | |
| namespace | sc_core |
構成 | |
| class | sc_core::sc_watch |
関数 | |
| void | sc_core::halt (sc_simcontext *simc) |
| void | sc_core::wait (int n, sc_simcontext *simc) |
| void | sc_core::wait_until (const sc_lambda_ptr &lambda, sc_simcontext *simc) |
| void | sc_core::wait_until (const sc_signal_bool_deval &s, sc_simcontext *simc=sc_get_curr_simcontext()) |
| void | sc_core::at_posedge (const sc_signal_in_if< bool > &s, sc_simcontext *simc) |
| void | sc_core::at_posedge (const sc_signal_in_if< sc_dt::sc_logic > &s, sc_simcontext *simc) |
| void | sc_core::at_negedge (const sc_signal_in_if< bool > &s, sc_simcontext *simc) |
| void | sc_core::at_negedge (const sc_signal_in_if< sc_dt::sc_logic > &s, sc_simcontext *simc) |
| void | sc_core::watching (const sc_lambda_ptr &lambda, sc_simcontext *simc=sc_get_curr_simcontext()) |
| void | sc_core::watching (const sc_signal_bool_deval &s, sc_simcontext *simc=sc_get_curr_simcontext()) |
| void | sc_core::__open_watching (sc_cthread_handle cthread_h) |
| void | sc_core::__close_watching (sc_cthread_handle cthread_h) |
| int | sc_core::__watch_level (sc_cthread_handle cthread_h) |
| void | sc_core::__watching_first (sc_cthread_handle cthread_h) |
| void | sc_core::__sanitycheck_watchlists (sc_cthread_handle cthread_h) |
1.5.6