#include <rc_rv_ports.h>
Definition at line 72 of file rc_rv_ports.h.
Public Types | |
typedef sc_signal_inout_if < sc_dt::sc_lv< W > > | if_type |
Public Member Functions | |
rc_inout_rv () | |
rc_inout_rv (const char *name_) | |
this_type & | operator= (const sc_dt::sc_lv< W > &v) |
this_type & | operator= (const sc_signal_in_if< sc_dt::sc_lv< W > > &v) |
this_type & | operator= (const sc_port< sc_signal_in_if< sc_dt::sc_lv< W > >, 1 > &v) |
this_type & | operator= (const sc_port< sc_signal_inout_if< sc_dt::sc_lv< W > >, 1 > &v) |
this_type & | operator= (const rc_inout_rv< W > &v) |
virtual void | end_of_elaboration () |
Private Types | |
typedef rc_inout_rv< W > | this_type |
typedef ::sc_core::sc_inout_rv < W > | base_type |
typedef rc_inout_rv<W> this_type [private] |
Definition at line 76 of file rc_rv_ports.h.
typedef ::sc_core::sc_inout_rv<W> base_type [private] |
Definition at line 77 of file rc_rv_ports.h.
typedef sc_signal_inout_if<sc_dt::sc_lv<W> > if_type |
Definition at line 80 of file rc_rv_ports.h.
rc_inout_rv | ( | ) | [inline] |
Definition at line 83 of file rc_rv_ports.h.
rc_inout_rv | ( | const char * | name_ | ) | [inline, explicit] |
Definition at line 85 of file rc_rv_ports.h.
this_type& operator= | ( | const sc_dt::sc_lv< W > & | v | ) | [inline] |
Definition at line 89 of file rc_rv_ports.h.
this_type& operator= | ( | const sc_signal_in_if< sc_dt::sc_lv< W > > & | v | ) | [inline] |
Definition at line 91 of file rc_rv_ports.h.
this_type& operator= | ( | const sc_port< sc_signal_in_if< sc_dt::sc_lv< W > >, 1 > & | v | ) | [inline] |
Definition at line 93 of file rc_rv_ports.h.
this_type& operator= | ( | const sc_port< sc_signal_inout_if< sc_dt::sc_lv< W > >, 1 > & | v | ) | [inline] |
Definition at line 95 of file rc_rv_ports.h.
this_type& operator= | ( | const rc_inout_rv< W > & | v | ) | [inline] |
Definition at line 97 of file rc_rv_ports.h.
virtual void end_of_elaboration | ( | ) | [inline, virtual] |
Definition at line 100 of file rc_rv_ports.h.