SystemC
Recoding Infrastructure for SystemC v0.6.3 derived from Accellera 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 Member Functions | |
virtual void | update () |
The update method (does nothing by default). More... | |
void | do_update () |
virtual bool | is_clock () const |
Protected Member Functions inherited from sc_core::sc_signal_inout_if< bool > | |
sc_signal_inout_if () | |
Protected Member Functions inherited from sc_core::sc_signal_in_if< bool > | |
sc_signal_in_if () | |
Protected Member Functions inherited from sc_core::sc_interface | |
sc_interface () | |
Protected Member Functions inherited from sc_core::sc_prim_channel | |
sc_prim_channel () | |
sc_prim_channel (const char *) | |
virtual | ~sc_prim_channel () |
virtual void | before_end_of_elaboration () |
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 () |
Protected Member Functions inherited from sc_core::sc_object | |
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) |
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 |
Protected Attributes inherited from sc_core::sc_prim_channel | |
CHNL_MTX_TYPE_ | m_mutex |
A mutex to protect concurrent communication. More... | |
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 310 of file sc_signal.h.
|
protected |
Definition at line 316 of file sc_signal.h.
|
protected |
Definition at line 318 of file sc_signal.h.
|
protected |
Definition at line 317 of file sc_signal.h.
|
inline |
Definition at line 322 of file sc_signal.h.
|
inlineexplicit |
Definition at line 333 of file sc_signal.h.
|
inline |
Definition at line 344 of file sc_signal.h.
|
virtual |
|
inlinevirtual |
Reimplemented from sc_core::sc_interface.
Definition at line 366 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 396 of file sc_signal.h.
|
inlinevirtual |
Implements sc_core::sc_signal_in_if< bool >.
Definition at line 384 of file sc_signal.h.
|
inline |
Definition at line 426 of file sc_signal.h.
|
inlinevirtual |
Reimplemented from sc_core::sc_signal_write_if< bool >.
Definition at line 362 of file sc_signal.h.
|
inlineprotectedvirtual |
Definition at line 461 of file sc_signal.h.
|
inlinevirtual |
Reimplemented from sc_core::sc_prim_channel.
Definition at line 453 of file sc_signal.h.
|
inlinevirtual |
Implements sc_core::sc_signal_in_if< bool >.
Definition at line 404 of file sc_signal.h.
|
virtual |
Implements sc_core::sc_signal_in_if< bool >.
|
inline |
Definition at line 412 of file sc_signal.h.
|
inline |
Definition at line 416 of file sc_signal.h.
|
inline |
Definition at line 419 of file sc_signal.h.
|
inline |
Definition at line 422 of file sc_signal.h.
|
inlinevirtual |
Implements sc_core::sc_signal_in_if< bool >.
Definition at line 400 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 380 of file sc_signal.h.
|
virtual |
Reimplemented from sc_core::sc_interface.
|
inlinevirtual |
Reimplemented from sc_core::sc_object.
Definition at line 439 of file sc_signal.h.
|
protectedvirtual |
The update method (does nothing by default).
This function is not supported by the out-of-order simulation in the current release.
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 464 of file sc_signal.h.
|
protected |
Definition at line 466 of file sc_signal.h.
|
protected |
Definition at line 465 of file sc_signal.h.
|
mutableprotected |
Definition at line 467 of file sc_signal.h.
|
protected |
Definition at line 468 of file sc_signal.h.
|
mutableprotected |
Definition at line 469 of file sc_signal.h.
|
mutableprotected |
Definition at line 470 of file sc_signal.h.