SystemC 3.0.0
Accellera SystemC proof-of-concept library
|
#include <sysc/communication/sc_signal.h>
Public Member Functions | |
sc_signal () | |
sc_signal (const char *name_) | |
sc_signal (const char *name_, const value_type &initial_value_) | |
virtual | ~sc_signal () |
virtual const sc_event & | posedge_event () const |
virtual const sc_event & | negedge_event () const |
virtual bool | posedge () const |
virtual bool | negedge () const |
this_type & | operator= (const this_type &a) |
![]() | |
virtual const char * | kind () const |
virtual void | register_port (sc_port_base &, const char *) |
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 sc_dt::sc_logic & | read () const |
virtual const sc_dt::sc_logic & | get_data_ref () const |
virtual bool | event () const |
virtual void | write (const sc_dt::sc_logic &) |
operator const sc_dt::sc_logic & () const | |
this_type & | operator= (const sc_dt::sc_logic &a) |
this_type & | operator= (const sc_signal_in_if< sc_dt::sc_logic > &a) |
this_type & | operator= (const this_type &a) |
const sc_dt::sc_logic & | 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 & | value_changed_event () const =0 |
virtual const sc_event & | posedge_event () const =0 |
virtual const sc_event & | negedge_event () const =0 |
virtual const sc_dt::sc_logic & | read () const =0 |
virtual const sc_dt::sc_logic & | get_data_ref () const =0 |
virtual bool | event () const =0 |
virtual bool | posedge () const =0 |
virtual bool | negedge () const =0 |
![]() | |
virtual void | register_port (sc_port_base &port_, const char *if_typename_) |
virtual const sc_event & | default_event () const |
virtual | ~sc_interface () |
![]() | |
sc_signal_write_if () | |
virtual void | write (const sc_dt::sc_logic &)=0 |
virtual sc_writer_policy | get_writer_policy () const |
![]() | |
virtual | ~sc_signal_channel () |
virtual const char * | kind () const |
const sc_event & | default_event () const |
const sc_event & | value_changed_event () const |
bool | event () const |
![]() | |
virtual const char * | kind () const |
bool | update_requested () |
void | request_update () |
void | async_request_update () |
![]() | |
const char * | name () const |
const char * | basename () const |
virtual void | print (::std::ostream &os=::std::cout) const |
virtual void | dump (::std::ostream &os=::std::cout) const |
virtual void | trace (sc_trace_file *tf) const |
virtual const char * | kind () 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 |
virtual | ~sc_object () |
Protected Types | |
typedef sc_signal_t< sc_dt::sc_logic, POL > | base_type |
typedef sc_signal< sc_dt::sc_logic, POL > | this_type |
typedef sc_dt::sc_logic | value_type |
typedef sc_writer_policy_check< POL > | policy_type |
![]() | |
typedef sc_signal_inout_if< sc_dt::sc_logic > | if_type |
typedef sc_signal_channel | base_type |
typedef sc_signal_t< sc_dt::sc_logic, POL > | this_type |
typedef sc_writer_policy_check< POL > | policy_type |
Protected Member Functions | |
virtual void | update () |
void | do_update () |
![]() | |
sc_signal_t (const char *name_, const sc_dt::sc_logic &initial_value_) | |
virtual | ~sc_signal_t () |
virtual void | update () |
void | do_update () |
![]() | |
sc_signal_inout_if () | |
![]() | |
sc_signal_in_if () | |
![]() | |
sc_interface () | |
![]() | |
sc_signal_channel (const char *name_) | |
void | do_update () |
void | deprecated_get_data_ref () const |
void | deprecated_get_new_value () const |
void | deprecated_trace () const |
sc_event * | lazy_kernel_event (sc_event **, const char *) const |
void | notify_next_delta (sc_event *ev) const |
![]() | |
sc_prim_channel () | |
sc_prim_channel (const char *) | |
virtual | ~sc_prim_channel () |
virtual void | update () |
virtual void | before_end_of_elaboration () |
virtual void | end_of_elaboration () |
virtual void | start_of_simulation () |
virtual void | end_of_simulation () |
void | async_attach_suspending () |
void | async_detach_suspending () |
void | wait () |
void | wait (const sc_event &e) |
void | wait (const sc_event_or_list &el) |
void | wait (const sc_event_and_list &el) |
void | wait (const sc_time &t) |
void | wait (double v, sc_time_unit tu) |
void | wait (const sc_time &t, const sc_event &e) |
void | wait (double v, sc_time_unit tu, const sc_event &e) |
void | wait (const sc_time &t, const sc_event_or_list &el) |
void | wait (double v, sc_time_unit tu, const sc_event_or_list &el) |
void | wait (const sc_time &t, const sc_event_and_list &el) |
void | wait (double v, sc_time_unit tu, const sc_event_and_list &el) |
void | wait (int n) |
void | next_trigger () |
void | next_trigger (const sc_event &e) |
void | next_trigger (const sc_event_or_list &el) |
void | next_trigger (const sc_event_and_list &el) |
void | next_trigger (const sc_time &t) |
void | next_trigger (double v, sc_time_unit tu) |
void | next_trigger (const sc_time &t, const sc_event &e) |
void | next_trigger (double v, sc_time_unit tu, const sc_event &e) |
void | next_trigger (const sc_time &t, const sc_event_or_list &el) |
void | next_trigger (double v, sc_time_unit tu, const sc_event_or_list &el) |
void | next_trigger (const sc_time &t, const sc_event_and_list &el) |
void | next_trigger (double v, sc_time_unit tu, const sc_event_and_list &el) |
bool | timed_out () |
![]() | |
sc_object () | |
sc_object (const char *nm) | |
sc_object (const sc_object &) | |
sc_object & | operator= (const sc_object &) |
virtual hierarchy_scope | get_hierarchy_scope () |
Protected Attributes | |
sc_event * | m_negedge_event_p |
sc_event * | m_posedge_event_p |
![]() | |
sc_dt::sc_logic | m_cur_val |
sc_dt::sc_logic | m_new_val |
![]() | |
sc_event * | m_change_event_p |
sc_dt::uint64 | m_change_stamp |
Definition at line 480 of file sc_signal.h.
|
protected |
Definition at line 484 of file sc_signal.h.
|
protected |
Definition at line 487 of file sc_signal.h.
|
protected |
Definition at line 485 of file sc_signal.h.
|
protected |
Definition at line 486 of file sc_signal.h.
|
inline |
Definition at line 491 of file sc_signal.h.
|
inlineexplicit |
Definition at line 497 of file sc_signal.h.
|
inline |
Definition at line 502 of file sc_signal.h.
|
virtual |
|
protected |
|
inlinevirtual |
Implements sc_core::sc_signal_in_if< sc_dt::sc_logic >.
Definition at line 521 of file sc_signal.h.
|
virtual |
Implements sc_core::sc_signal_in_if< sc_dt::sc_logic >.
|
inline |
Definition at line 527 of file sc_signal.h.
|
inlinevirtual |
Implements sc_core::sc_signal_in_if< sc_dt::sc_logic >.
Definition at line 517 of file sc_signal.h.
|
virtual |
Implements sc_core::sc_signal_in_if< sc_dt::sc_logic >.
|
protectedvirtual |
Reimplemented from sc_core::sc_signal_t< sc_dt::sc_logic, POL >.
|
mutableprotected |
Definition at line 536 of file sc_signal.h.
|
mutableprotected |
Definition at line 537 of file sc_signal.h.