SystemC
2.3.1
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_, bool initial_value_) | |
virtual | ~sc_signal () |
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_event & | posedge_event () const |
virtual const sc_event & | negedge_event () const |
virtual const bool & | read () const |
virtual const bool & | get_data_ref () const |
virtual bool | event () const |
virtual bool | posedge () const |
virtual bool | negedge () const |
virtual void | write (const bool &) |
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 char * | kind () const |
Public Member Functions inherited from sc_core::sc_interface | |
virtual | ~sc_interface () |
Public Member Functions inherited from sc_core::sc_signal_write_if< bool > | |
sc_signal_write_if () | |
Public Member Functions inherited from sc_core::sc_prim_channel | |
bool | update_requested () |
void | request_update () |
void | async_request_update () |
Public Member Functions inherited from sc_core::sc_object | |
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 |
Protected Types | |
typedef sc_signal_inout_if< bool > | if_type |
typedef sc_signal< bool, POL > | this_type |
typedef sc_writer_policy_check < POL > | policy_type |
Protected Attributes | |
sc_event * | m_change_event_p |
bool | m_cur_val |
sc_dt::uint64 | m_change_stamp |
sc_event * | m_negedge_event_p |
bool | m_new_val |
sc_event * | m_posedge_event_p |
sc_reset * | m_reset_p |
Additional Inherited Members | |
Public Types inherited from sc_core::sc_prim_channel | |
enum | { list_end = 0xdb } |
Public Types inherited from sc_core::sc_object | |
typedef unsigned | phase_cb_mask |
Definition at line 282 of file sc_signal.h.
|
protected |
Definition at line 288 of file sc_signal.h.
|
protected |
Definition at line 290 of file sc_signal.h.
|
protected |
Definition at line 289 of file sc_signal.h.
|
inline |
Definition at line 294 of file sc_signal.h.
|
inlineexplicit |
Definition at line 305 of file sc_signal.h.
|
inline |
Definition at line 316 of file sc_signal.h.
|
virtual |
|
inlinevirtual |
Reimplemented from sc_core::sc_interface.
Definition at line 338 of file sc_signal.h.
|
protected |
|
virtual |
Reimplemented from sc_core::sc_object.
|
inlinevirtual |
Implements sc_core::sc_signal_in_if< bool >.
Definition at line 361 of file sc_signal.h.
|
inlinevirtual |
Implements sc_core::sc_signal_in_if< bool >.
Definition at line 356 of file sc_signal.h.
|
inline |
Definition at line 391 of file sc_signal.h.
|
inlinevirtual |
Reimplemented from sc_core::sc_signal_write_if< bool >.
Definition at line 334 of file sc_signal.h.
|
inlineprotectedvirtual |
Definition at line 417 of file sc_signal.h.
|
inlinevirtual |
Reimplemented from sc_core::sc_prim_channel.
Definition at line 409 of file sc_signal.h.
|
inlinevirtual |
Implements sc_core::sc_signal_in_if< bool >.
Definition at line 369 of file sc_signal.h.
|
virtual |
Implements sc_core::sc_signal_in_if< bool >.
|
inline |
Definition at line 377 of file sc_signal.h.
|
inline |
Definition at line 381 of file sc_signal.h.
|
inline |
Definition at line 384 of file sc_signal.h.
|
inline |
Definition at line 387 of file sc_signal.h.
|
inlinevirtual |
Implements sc_core::sc_signal_in_if< bool >.
Definition at line 365 of file sc_signal.h.
|
virtual |
Implements sc_core::sc_signal_in_if< bool >.
|
virtual |
Reimplemented from sc_core::sc_object.
|
inlinevirtual |
Implements sc_core::sc_signal_in_if< bool >.
Definition at line 352 of file sc_signal.h.
|
virtual |
Reimplemented from sc_core::sc_interface.
|
inlinevirtual |
Reimplemented from sc_core::sc_object.
Definition at line 395 of file sc_signal.h.
|
protectedvirtual |
Reimplemented from sc_core::sc_prim_channel.
|
virtual |
Implements sc_core::sc_signal_in_if< bool >.
|
virtual |
Implements sc_core::sc_signal_write_if< bool >.
|
mutableprotected |
Definition at line 420 of file sc_signal.h.
|
protected |
Definition at line 422 of file sc_signal.h.
|
protected |
Definition at line 421 of file sc_signal.h.
|
mutableprotected |
Definition at line 423 of file sc_signal.h.
|
protected |
Definition at line 424 of file sc_signal.h.
|
mutableprotected |
Definition at line 425 of file sc_signal.h.
|
mutableprotected |
Definition at line 426 of file sc_signal.h.