SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
Wait() and related functions for SC_CTHREADs. More...
Go to the source code of this file.
Classes | |
class | sc_core::sc_signal_in_if< T > |
Namespaces | |
sc_core | |
Functions | |
void SC_API | sc_core::halt (sc_simcontext *) |
void SC_API | sc_core::wait (int, sc_simcontext *) |
void | sc_core::at_posedge (const sc_signal_in_if< bool > &, sc_simcontext *=sc_get_curr_simcontext()) |
void | sc_core::at_posedge (const sc_signal_in_if< sc_dt::sc_logic > &, sc_simcontext *=sc_get_curr_simcontext()) |
void | sc_core::at_negedge (const sc_signal_in_if< bool > &, sc_simcontext *=sc_get_curr_simcontext()) |
void | sc_core::at_negedge (const sc_signal_in_if< sc_dt::sc_logic > &, sc_simcontext *=sc_get_curr_simcontext()) |
Wait() and related functions for SC_CTHREADs.
Original Author: Stan Y. Liao, Synopsys, Inc. Martin Janssen, Synopsys, Inc.
CHANGE LOG AT THE END OF THE FILE
Definition in file sc_wait_cthread.h.