#include "sysc/kernel/sc_simcontext.h"
#include "sysc/datatypes/bit/sc_logic.h"
#include "sysc/communication/sc_signal_ifs.h"
ネームスペース | |
namespace | sc_core |
構成 | |
class | sc_core::sc_watch |
関数 | |
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) |