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_rv.h>
Public Types | |
typedef sc_signal_rv< W > | this_type |
typedef sc_signal < sc_dt::sc_lv< W > , SC_MANY_WRITERS > | base_type |
typedef sc_dt::sc_lv< W > | data_type |
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 |
Public Member Functions | |
sc_signal_rv () | |
sc_signal_rv (const char *name_) | |
virtual | ~sc_signal_rv () |
virtual void | register_port (sc_port_base &, const char *) |
virtual void | write (const data_type &) |
this_type & | operator= (const data_type &a) |
this_type & | operator= (const this_type &a) |
virtual const char * | kind () const |
Public Member Functions inherited from sc_core::sc_signal< sc_dt::sc_lv< W >, SC_MANY_WRITERS > | |
sc_signal () | |
sc_signal (const char *name_) | |
sc_signal (const char *name_, const sc_dt::sc_lv< W > &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 sc_dt::sc_lv< W > & | read () const |
virtual const sc_dt::sc_lv< W > & | get_data_ref () const |
virtual bool | event () const |
operator const sc_dt::sc_lv< W > & () const | |
this_type & | operator= (const sc_dt::sc_lv< W > &a) |
this_type & | operator= (const sc_signal_in_if< sc_dt::sc_lv< W > > &a) |
this_type & | operator= (const this_type &a) |
const sc_dt::sc_lv< W > & | 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 |
Public Member Functions inherited from sc_core::sc_interface | |
virtual | ~sc_interface () |
Public Member Functions inherited from sc_core::sc_signal_write_if< T > | |
sc_signal_write_if () | |
virtual void | write (const T &)=0 |
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 Member Functions | |
virtual void | update () |
The update method (does nothing by default). More... | |
Protected Member Functions inherited from sc_core::sc_signal< sc_dt::sc_lv< W >, SC_MANY_WRITERS > | |
void | do_update () |
Protected Member Functions inherited from sc_core::sc_signal_inout_if< T > | |
sc_signal_inout_if () | |
Protected Member Functions inherited from sc_core::sc_signal_in_if< T > | |
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 | |
std::vector< sc_process_b * > | m_proc_vec |
std::vector< data_type * > | m_val_vec |
Protected Attributes inherited from sc_core::sc_signal< sc_dt::sc_lv< W >, SC_MANY_WRITERS > | |
sc_event * | m_change_event_p |
sc_dt::sc_lv< W > | m_cur_val |
sc_dt::uint64 | m_change_stamp |
sc_dt::sc_lv< W > | m_new_val |
Protected Attributes inherited from sc_core::sc_prim_channel | |
CHNL_MTX_TYPE_ | m_mutex |
A mutex to protect concurrent communication. More... | |
Additional Inherited Members | |
Protected Types inherited from sc_core::sc_signal< sc_dt::sc_lv< W >, SC_MANY_WRITERS > | |
typedef sc_signal_inout_if < sc_dt::sc_lv< W > > | if_type |
typedef sc_signal < sc_dt::sc_lv< W >, POL > | this_type |
typedef sc_writer_policy_check < POL > | policy_type |
Definition at line 93 of file sc_signal_rv.h.
typedef sc_signal<sc_dt::sc_lv<W>, SC_MANY_WRITERS> sc_core::sc_signal_rv< W >::base_type |
Definition at line 101 of file sc_signal_rv.h.
typedef sc_dt::sc_lv<W> sc_core::sc_signal_rv< W >::data_type |
Definition at line 102 of file sc_signal_rv.h.
typedef sc_signal_rv<W> sc_core::sc_signal_rv< W >::this_type |
Definition at line 100 of file sc_signal_rv.h.
|
inline |
Definition at line 108 of file sc_signal_rv.h.
|
inlineexplicit |
Definition at line 112 of file sc_signal_rv.h.
|
inlinevirtual |
Definition at line 165 of file sc_signal_rv.h.
|
inlinevirtual |
Reimplemented from sc_core::sc_signal< sc_dt::sc_lv< W >, SC_MANY_WRITERS >.
Definition at line 139 of file sc_signal_rv.h.
|
inline |
Definition at line 133 of file sc_signal_rv.h.
|
inline |
Definition at line 136 of file sc_signal_rv.h.
|
inlinevirtual |
Reimplemented from sc_core::sc_signal< sc_dt::sc_lv< W >, SC_MANY_WRITERS >.
Definition at line 123 of file sc_signal_rv.h.
|
inlineprotectedvirtual |
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_signal< sc_dt::sc_lv< W >, SC_MANY_WRITERS >.
Definition at line 211 of file sc_signal_rv.h.
|
inlinevirtual |
Reimplemented from sc_core::sc_signal< sc_dt::sc_lv< W >, SC_MANY_WRITERS >.
Definition at line 178 of file sc_signal_rv.h.
|
protected |
Definition at line 148 of file sc_signal_rv.h.
|
protected |
Definition at line 149 of file sc_signal_rv.h.