|
| sc_clock () |
|
| sc_clock (const char *name) |
|
| sc_clock (const char *name, const sc_time &period, double duty_cycle=0.5, const sc_time &start_time=SC_ZERO_TIME, bool posedge_first=true) |
|
| sc_clock (const char *name, double period_v, sc_time_unit period_tu, double duty_cycle=0.5) |
|
| sc_clock (const char *name, double period_v, sc_time_unit period_tu, double duty_cycle, double start_time_v, sc_time_unit start_time_tu, bool posedge_first=true) |
|
| sc_clock (const char *name, double period, double duty_cycle=0.5, double start_time=0.0, bool posedge_first=true) |
|
virtual | ~sc_clock () |
|
virtual void | write (const bool &) |
|
const sc_time & | period () const |
|
double | duty_cycle () const |
|
const sc_time & | start_time () const |
|
bool | posedge_first () const |
|
virtual const char * | kind () const |
|
| sc_signal () |
|
| sc_signal (const char *name) |
|
| sc_signal (const char *name, const bool &initial_value) |
|
virtual | ~sc_signal () |
|
sc_signal< bool, SC_ONE_WRITER > & | operator= (const bool &t) |
|
sc_signal< bool, SC_ONE_WRITER > & | operator= (const sc_signal< bool, SC_ONE_WRITER > &s) |
|
| ScSignalBaseT (const char *_name) |
|
| ScSignalBaseT (const char *_name, const bool &initial_value) |
|
virtual | ~ScSignalBaseT () |
|
virtual void | register_port (sc_core::sc_port_base &port, const char *iface_type_name) |
|
virtual const bool & | read () const |
|
| operator const bool & () const |
|
virtual const sc_core::sc_event & | default_event () const |
|
virtual const sc_core::sc_event & | value_changed_event () const |
|
virtual void | print (std::ostream &os=std::cout) const |
|
virtual void | dump (std::ostream &os=std::cout) const |
|
virtual bool | event () const |
|
virtual sc_core::sc_writer_policy | get_writer_policy () const |
|
const char * | name () const |
|
const char * | basename () const |
|
virtual const std::vector< sc_object * > & | get_child_objects () const |
|
virtual const std::vector< sc_event * > & | get_child_events () const |
|
sc_object * | get_parent_object () const |
|
bool | add_attribute (sc_attr_base &) |
|
sc_attr_base * | get_attribute (const std::string &) |
|
sc_attr_base * | remove_attribute (const std::string &) |
|
void | remove_all_attributes () |
|
int | num_attributes () const |
|
sc_attr_cltn & | attr_cltn () |
|
const sc_attr_cltn & | attr_cltn () const |
|
sc_simcontext * | simcontext () const |
|
virtual const sc_event & | posedge_event () const =0 |
|
virtual const sc_event & | negedge_event () const =0 |
|
virtual bool | posedge () const =0 |
|
virtual bool | negedge () const =0 |
|
virtual | ~sc_interface () |
|
|
virtual void | before_end_of_elaboration () |
|
virtual void | update () |
|
| ScSignalBasePicker (const char *_name) |
|
| ScSignalBaseBinary (const char *_name) |
|
void | _signalReset (sc_gem5::Reset *reset) |
|
void | _signalReset () |
|
const sc_core::sc_event & | posedgeEvent () const |
|
const sc_core::sc_event & | negedgeEvent () const |
|
bool | posedge () const |
|
bool | negedge () const |
|
void | _signalPosedge () |
|
void | _signalNegedge () |
|
| 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 () |
|
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 | 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 () |
|
Definition at line 49 of file sc_clock.hh.