|
| | 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 | register_port (sc_port_base &, const char *if_type) |
| |
| virtual void | write (const bool &) |
| |
| const sc_time & | period () const |
| |
| double | duty_cycle () const |
| |
| bool | posedge_first () const |
| |
| sc_time | start_time () 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 () |
| |
| virtual sc_writer_policy | get_writer_policy () const |
| |
| virtual const sc_event & | default_event () const |
| |
| virtual const sc_event & | value_changed_event () const |
| |
| virtual const bool & | read () const |
| |
| virtual const bool & | get_data_ref () const |
| |
| virtual bool | event () const |
| |
| | operator const bool & () const |
| |
| this_type & | operator= (const bool &a) |
| |
| this_type & | operator= (const sc_signal_in_if< bool > &a) |
| |
| this_type & | operator= (const this_type &a) |
| |
| const bool & | get_new_value () const |
| |
| void | trace (sc_trace_file *tf) const |
| |
| virtual void | print (::std::ostream &=::std::cout) const |
| |
| virtual void | dump (::std::ostream &=::std::cout) 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 () |
| |
| | sc_signal_write_if () |
| |
| bool | update_requested () |
| |
| void | request_update () |
| |
| void | async_request_update () |
| |
| const char * | name () const |
| |
| const char * | basename () const |
| |
| sc_simcontext * | simcontext () const |
| |
| bool | add_attribute (sc_attr_base &) |
| |
| sc_attr_base * | get_attribute (const std::string &name_) |
| |
| const sc_attr_base * | get_attribute (const std::string &name_) const |
| |
| sc_attr_base * | remove_attribute (const std::string &name_) |
| |
| void | remove_all_attributes () |
| |
| int | num_attributes () const |
| |
| sc_attr_cltn & | attr_cltn () |
| |
| const sc_attr_cltn & | attr_cltn () const |
| |
virtual const std::vector
< sc_event * > & | get_child_events () const |
| |
virtual const std::vector
< sc_object * > & | get_child_objects () const |
| |
| sc_object * | get_parent () const |
| |
| sc_object * | get_parent_object () const |
| |
|
| void | before_end_of_elaboration () |
| | This function is not supported by the out-of-order simulation in the current release. More...
|
| |
| void | posedge_action () |
| |
| void | negedge_action () |
| |
| void | report_error (const char *id, const char *add_msg=0) const |
| |
| void | init (const sc_time &, double, const sc_time &, bool) |
| |
| bool | is_clock () const |
| |
| virtual void | update () |
| | The update method (does nothing by default). More...
|
| |
| void | do_update () |
| |
| | sc_signal_inout_if () |
| |
| | sc_signal_in_if () |
| |
| | sc_interface () |
| |
| | sc_prim_channel () |
| |
| | sc_prim_channel (const char *) |
| |
| virtual | ~sc_prim_channel () |
| |
| virtual void | end_of_elaboration () |
| |
| virtual void | start_of_simulation () |
| |
| virtual void | end_of_simulation () |
| |
| void | wait (int seg_id=-1) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | wait (const sc_event &e, int seg_id=-1) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | wait (const sc_event_or_list &el, int seg_id=-1) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | wait (const sc_event_and_list &el, int seg_id=-1) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | wait (const sc_time &t, int seg_id=-1) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | wait (double v, sc_time_unit tu, int seg_id=-1) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | wait (const sc_time &t, const sc_event &e, int seg_id=-1) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | wait (double v, sc_time_unit tu, const sc_event &e, int seg_id=-1) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | wait (const sc_time &t, const sc_event_or_list &el, int seg_id=-1) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | wait (double v, sc_time_unit tu, const sc_event_or_list &el, int seg_id=-1) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | wait (const sc_time &t, const sc_event_and_list &el, int seg_id=-1) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | wait (double v, sc_time_unit tu, const sc_event_and_list &el, int seg_id=-1) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | wait (int n, int seg_id=-1) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | next_trigger () |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | next_trigger (const sc_event &e) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | next_trigger (const sc_event_or_list &el) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | next_trigger (const sc_event_and_list &el) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | next_trigger (const sc_time &t) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | next_trigger (double v, sc_time_unit tu) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | next_trigger (const sc_time &t, const sc_event &e) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | next_trigger (double v, sc_time_unit tu, const sc_event &e) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | next_trigger (const sc_time &t, const sc_event_or_list &el) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | next_trigger (double v, sc_time_unit tu, const sc_event_or_list &el) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | next_trigger (const sc_time &t, const sc_event_and_list &el) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| void | next_trigger (double v, sc_time_unit tu, const sc_event_and_list &el) |
| | A new parameter segment ID is added for the out-of-order simulation. More...
|
| |
| bool | timed_out () |
| |
| | sc_object () |
| |
| | sc_object (const char *nm) |
| |
| | sc_object (const sc_object &) |
| |
| sc_object & | operator= (const sc_object &) |
| |
| virtual | ~sc_object () |
| |
| virtual void | add_child_event (sc_event *event_p) |
| |
| virtual void | add_child_object (sc_object *object_p) |
| |
| virtual bool | remove_child_event (sc_event *event_p) |
| |
| virtual bool | remove_child_object (sc_object *object_p) |
| |
| phase_cb_mask | register_simulation_phase_callback (phase_cb_mask) |
| |
| phase_cb_mask | unregister_simulation_phase_callback (phase_cb_mask) |
| |
The clock channel.
Definition at line 43 of file sc_clock.h.