Definition in file rc_process.cpp.
Go to the source code of this file.
Namespaces | |
namespace | ReChannel |
Functions | |
void | rc_next_trigger () |
void | rc_next_trigger (const sc_event &e) |
void | rc_next_trigger (sc_event_or_list &el) |
void | rc_next_trigger (sc_event_and_list &el) |
void | rc_next_trigger (const sc_time &t) |
void | rc_next_trigger (double v, sc_time_unit tu) |
void | rc_next_trigger (const sc_time &t, const sc_event &e) |
void | rc_next_trigger (double v, sc_time_unit tu, const sc_event &e) |
void | rc_next_trigger (const sc_time &t, sc_event_or_list &el) |
void | rc_next_trigger (double v, sc_time_unit tu, sc_event_or_list &el) |
void | rc_next_trigger (const sc_time &t, sc_event_and_list &el) |
void | rc_next_trigger (double v, sc_time_unit tu, sc_event_and_list &el) |
void | rc_wait () |
void | rc_wait (int n) |
void | rc_wait (const sc_event &e) |
void | rc_wait (sc_event_or_list &el) |
void | rc_wait (sc_event_and_list &el) |
void | rc_wait (const sc_time &t) |
void | rc_wait (double v, sc_time_unit tu) |
void | rc_wait (const sc_time &t, const sc_event &e) |
void | rc_wait (double v, sc_time_unit tu, const sc_event &e) |
void | rc_wait (const sc_time &t, sc_event_or_list &el) |
void | rc_wait (double v, sc_time_unit tu, sc_event_or_list &el) |
void | rc_wait (const sc_time &t, sc_event_and_list &el) |
void | rc_wait (double v, sc_time_unit tu, sc_event_and_list &el) |
bool | rc_is_update_phase () |
void | rc_notify (sc_event &e) |