SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
#include <sysc/communication/sc_signal.h>
Public Types | |
enum | { list_end = 0xdb } |
typedef unsigned | phase_cb_mask |
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 value_type &a) |
this_type & | operator= (const sc_signal_in_if< value_type > &a) |
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 bool & | read () const |
virtual const bool & | get_data_ref () const |
virtual bool | event () const |
virtual void | write (const bool &) |
operator const bool & () const | |
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 |
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 |
Protected Types | |
typedef sc_signal_t< bool, POL > | base_type |
typedef sc_signal< bool, POL > | this_type |
typedef bool | value_type |
typedef sc_writer_policy_check< POL > | policy_type |
typedef sc_signal_inout_if< bool > | if_type |
Protected Attributes | |
sc_event * | m_negedge_event_p |
sc_event * | m_posedge_event_p |
sc_reset * | m_reset_p |
bool | m_cur_val |
bool | m_new_val |
sc_event * | m_change_event_p |
sc_dt::uint64 | m_change_stamp |
Definition at line 406 of file sc_signal.h.
|
protected |
Definition at line 410 of file sc_signal.h.
|
protectedinherited |
Definition at line 165 of file sc_signal.h.
|
inherited |
Definition at line 75 of file sc_object.h.
|
protected |
Definition at line 413 of file sc_signal.h.
|
protected |
Definition at line 411 of file sc_signal.h.
|
protected |
Definition at line 412 of file sc_signal.h.
|
inherited |
Enumerator | |
---|---|
list_end |
Definition at line 54 of file sc_prim_channel.h.
|
inline |
Definition at line 419 of file sc_signal.h.
|
inlineexplicit |
Definition at line 425 of file sc_signal.h.
|
inline |
Definition at line 430 of file sc_signal.h.
|
virtual |
|
inherited |
|
protectedvirtualinherited |
|
protectedvirtualinherited |
Reimplemented in sc_core::sc_process_b.
|
inlineprotectedinherited |
Definition at line 363 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 370 of file sc_prim_channel.h.
|
inlineinherited |
Definition at line 356 of file sc_prim_channel.h.
|
inherited |
|
inherited |
|
inherited |
|
protectedvirtualinherited |
Reimplemented in sc_core::sc_clock.
|
inlinevirtualinherited |
Reimplemented from sc_core::sc_interface.
Definition at line 195 of file sc_signal.h.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protected |
|
virtualinherited |
Reimplemented from sc_core::sc_object.
Definition at line 317 of file sc_signal.h.
|
protectedvirtualinherited |
|
protectedvirtualinherited |
|
inlinevirtualinherited |
Implements sc_core::sc_signal_in_if< bool >.
Definition at line 214 of file sc_signal.h.
|
inherited |
|
inherited |
|
inlinevirtualinherited |
Definition at line 114 of file sc_object.h.
|
inlinevirtualinherited |
Reimplemented in sc_core::sc_process_b, and sc_core::sc_module.
Definition at line 117 of file sc_object.h.
|
inlinevirtualinherited |
Implements sc_core::sc_signal_in_if< bool >.
Definition at line 207 of file sc_signal.h.
|
inlineinherited |
Definition at line 238 of file sc_signal.h.
|
inherited |
|
inlineinherited |
Definition at line 121 of file sc_object.h.
|
inlinevirtualinherited |
Reimplemented from sc_core::sc_signal_write_if< bool >.
Definition at line 191 of file sc_signal.h.
|
inlineprotectedvirtual |
Definition at line 467 of file sc_signal.h.
|
inlinevirtualinherited |
Reimplemented from sc_core::sc_signal_channel.
Definition at line 186 of file sc_signal.h.
|
protectedinherited |
|
inlineinherited |
Definition at line 77 of file sc_object.h.
|
inlinevirtual |
Implements sc_core::sc_signal_in_if< bool >.
Definition at line 448 of file sc_signal.h.
|
virtual |
Implements sc_core::sc_signal_in_if< bool >.
|
inlineprotectedinherited |
Definition at line 150 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 156 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 159 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 162 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 165 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 168 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 171 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 174 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 178 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 181 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 185 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 188 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 128 of file sc_signal.h.
|
inherited |
|
inlineinherited |
Definition at line 223 of file sc_signal.h.
|
inline |
Definition at line 453 of file sc_signal.h.
|
inline |
Definition at line 456 of file sc_signal.h.
|
inline |
Definition at line 459 of file sc_signal.h.
|
inlinevirtual |
Implements sc_core::sc_signal_in_if< bool >.
Definition at line 444 of file sc_signal.h.
|
virtual |
Implements sc_core::sc_signal_in_if< bool >.
|
inlinevirtualinherited |
Reimplemented from sc_core::sc_object.
Definition at line 310 of file sc_signal.h.
|
inlinevirtualinherited |
Implements sc_core::sc_signal_in_if< bool >.
Definition at line 203 of file sc_signal.h.
|
inlinevirtualinherited |
Reimplemented from sc_core::sc_interface.
Definition at line 279 of file sc_signal.h.
|
protectedinherited |
|
inherited |
|
inherited |
|
protectedvirtualinherited |
|
protectedvirtualinherited |
Reimplemented in sc_core::sc_process_b.
|
inlineinherited |
Definition at line 344 of file sc_prim_channel.h.
|
inlineinherited |
Definition at line 91 of file sc_object.h.
|
protectedvirtualinherited |
|
inlineprotectedinherited |
Definition at line 195 of file sc_prim_channel.h.
|
inlinevirtualinherited |
Reimplemented from sc_core::sc_object.
Definition at line 245 of file sc_signal.h.
|
protectedinherited |
|
protectedvirtual |
Reimplemented from sc_core::sc_signal_t< bool, POL >.
|
inlineinherited |
Definition at line 59 of file sc_prim_channel.h.
|
inlinevirtualinherited |
Implements sc_core::sc_signal_in_if< bool >.
Definition at line 199 of file sc_signal.h.
|
inlineprotectedinherited |
Definition at line 105 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 111 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 114 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 117 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 120 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 123 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 126 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 129 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 132 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 135 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 138 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 141 of file sc_prim_channel.h.
|
inlineprotectedinherited |
Definition at line 144 of file sc_prim_channel.h.
|
inlinevirtualinherited |
Implements sc_core::sc_signal_write_if< bool >.
Definition at line 293 of file sc_signal.h.
|
mutableprotectedinherited |
Definition at line 132 of file sc_signal.h.
|
protectedinherited |
Definition at line 133 of file sc_signal.h.
|
protectedinherited |
Definition at line 266 of file sc_signal.h.
|
mutableprotected |
Definition at line 470 of file sc_signal.h.
|
protectedinherited |
Definition at line 267 of file sc_signal.h.
|
mutableprotected |
Definition at line 471 of file sc_signal.h.
|
mutableprotected |
Definition at line 472 of file sc_signal.h.