#include "sysc/kernel/sc_kernel_ids.h"#include "sysc/kernel/sc_cthread_process.h"#include "sysc/kernel/sc_simcontext_int.h"#include "sysc/kernel/sc_wait_cthread.h"#include "sysc/communication/sc_port.h"#include "sysc/kernel/sc_wait.h"

Go to the source code of this file.
Namespaces | |
| namespace | sc_core |
Functions | |
| void | sc_core::halt (sc_simcontext *) |
| void | sc_core::wait (int, sc_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) |
1.5.5