|
| ScSignalBasePicker (const char *_name) |
|
| ScSignalBase (const char *_name) |
|
virtual | ~ScSignalBase () |
|
const sc_core::sc_event & | defaultEvent () const |
|
const sc_core::sc_event & | valueChangedEvent () const |
|
bool | event () const |
|
void | _signalChange () |
|
| sc_prim_channel () |
|
| sc_prim_channel (const char *) |
|
virtual | ~sc_prim_channel () |
|
void | request_update () |
|
void | async_request_update () |
|
virtual void | update () |
|
void | next_trigger () |
|
void | next_trigger (const sc_event &) |
|
void | next_trigger (const sc_event_or_list &) |
|
void | next_trigger (const sc_event_and_list &) |
|
void | next_trigger (const sc_time &) |
|
void | next_trigger (double, sc_time_unit) |
|
void | next_trigger (const sc_time &, const sc_event &) |
|
void | next_trigger (double, sc_time_unit, const sc_event &) |
|
void | next_trigger (const sc_time &, const sc_event_or_list &) |
|
void | next_trigger (double, sc_time_unit, const sc_event_or_list &) |
|
void | next_trigger (const sc_time &, const sc_event_and_list &) |
|
void | next_trigger (double, sc_time_unit, const sc_event_and_list &) |
|
bool | timed_out () |
|
void | wait () |
|
void | wait (int) |
|
void | wait (const sc_event &) |
|
void | wait (const sc_event_or_list &) |
|
void | wait (const sc_event_and_list &) |
|
void | wait (const sc_time &) |
|
void | wait (double, sc_time_unit) |
|
void | wait (const sc_time &, const sc_event &) |
|
void | wait (double, sc_time_unit, const sc_event &) |
|
void | wait (const sc_time &, const sc_event_or_list &) |
|
void | wait (double, sc_time_unit, const sc_event_or_list &) |
|
void | wait (const sc_time &, const sc_event_and_list &) |
|
void | wait (double, sc_time_unit, const sc_event_and_list &) |
|
virtual void | before_end_of_elaboration () |
|
virtual void | end_of_elaboration () |
|
virtual void | start_of_simulation () |
|
virtual void | end_of_simulation () |
|
| sc_object () |
|
| sc_object (const char *) |
|
| sc_object (const sc_object &) |
|
sc_object & | operator= (const sc_object &) |
|
virtual | ~sc_object () |
|
| sc_signal_inout_if () |
|
| sc_signal_in_if () |
|
| sc_interface () |
|
| sc_signal_write_if () |
|
T | m_cur_val |
|
T | m_new_val |
|
WriteChecker< WRITER_POLICY > | _checker |
|
InternalScEvent | _valueChangedEvent |
|
uint64_t | _changeStamp |
|
sc_core::sc_port_base * | _gem5WriterPort |
|
Definition at line 242 of file sc_signal.hh.