#include <sysc/communication/sc_signal_ports.h>
Public Types | |
typedef sc_dt::sc_logic | data_type |
typedef sc_signal_in_if < data_type > | if_type |
typedef sc_port< if_type, 1, SC_ONE_OR_MORE_BOUND > | base_type |
typedef sc_in< data_type > | this_type |
typedef base_type::port_type | base_port_type |
typedef if_type | in_if_type |
typedef base_type | in_port_type |
typedef sc_signal_inout_if < data_type > | inout_if_type |
typedef sc_port< inout_if_type, 1, SC_ONE_OR_MORE_BOUND > | inout_port_type |
Public Member Functions | |
sc_in () | |
sc_in (const char *name_) | |
sc_in (const in_if_type &interface_) | |
sc_in (const char *name_, const in_if_type &interface_) | |
sc_in (in_port_type &parent_) | |
sc_in (const char *name_, in_port_type &parent_) | |
sc_in (inout_port_type &parent_) | |
sc_in (const char *name_, inout_port_type &parent_) | |
sc_in (this_type &parent_) | |
sc_in (const char *name_, this_type &parent_) | |
virtual | ~sc_in () |
SC_VIRTUAL_ void | bind (const in_if_type &interface_) |
SC_VIRTUAL_ void | bind (in_if_type &interface_) |
void | operator() (const in_if_type &interface_) |
SC_VIRTUAL_ void | bind (in_port_type &parent_) |
void | operator() (in_port_type &parent_) |
SC_VIRTUAL_ void | bind (inout_port_type &parent_) |
void | operator() (inout_port_type &parent_) |
const sc_event & | default_event () const |
const sc_event & | value_changed_event () const |
const sc_event & | posedge_event () const |
const sc_event & | negedge_event () const |
const data_type & | read () const |
operator const data_type & () const | |
sc_event_finder & | pos () const |
sc_event_finder & | neg () const |
bool | event () const |
bool | posedge () const |
bool | negedge () const |
sc_event_finder & | value_changed () const |
virtual void | end_of_elaboration () |
virtual const char * | kind () const |
void | add_trace (sc_trace_file *, const std::string &) const |
void | add_trace_internal (sc_trace_file *, const std::string &) const |
Protected Member Functions | |
void | remove_traces () const |
virtual int | vbind (sc_interface &) |
virtual int | vbind (sc_port_base &) |
SC_VIRTUAL_ void | bind (base_port_type &parent_) |
Protected Attributes | |
sc_trace_params_vec * | m_traces |
Definition at line 702 of file sc_signal_ports.h.
Definition at line 714 of file sc_signal_ports.h.
typedef sc_port<if_type,1,SC_ONE_OR_MORE_BOUND> sc_core::sc_in< sc_dt::sc_logic >::base_type |
Reimplemented from sc_core::sc_port< sc_signal_in_if< sc_dt::sc_logic >, 1, SC_ONE_OR_MORE_BOUND >.
Reimplemented in sc_core::sc_in_resolved.
Definition at line 712 of file sc_signal_ports.h.
typedef sc_dt::sc_logic sc_core::sc_in< sc_dt::sc_logic >::data_type |
Reimplemented in sc_core::sc_in_resolved.
Definition at line 709 of file sc_signal_ports.h.
typedef sc_signal_in_if<data_type> sc_core::sc_in< sc_dt::sc_logic >::if_type |
Definition at line 711 of file sc_signal_ports.h.
typedef if_type sc_core::sc_in< sc_dt::sc_logic >::in_if_type |
Reimplemented in sc_core::sc_in_resolved.
Definition at line 716 of file sc_signal_ports.h.
typedef base_type sc_core::sc_in< sc_dt::sc_logic >::in_port_type |
Reimplemented in sc_core::sc_in_resolved.
Definition at line 717 of file sc_signal_ports.h.
Definition at line 718 of file sc_signal_ports.h.
typedef sc_port<inout_if_type,1,SC_ONE_OR_MORE_BOUND> sc_core::sc_in< sc_dt::sc_logic >::inout_port_type |
Reimplemented in sc_core::sc_in_resolved.
Definition at line 719 of file sc_signal_ports.h.
typedef sc_in<data_type> sc_core::sc_in< sc_dt::sc_logic >::this_type |
Reimplemented from sc_core::sc_port< sc_signal_in_if< sc_dt::sc_logic >, 1, SC_ONE_OR_MORE_BOUND >.
Reimplemented in sc_core::sc_in_resolved.
Definition at line 713 of file sc_signal_ports.h.
sc_core::sc_in< sc_dt::sc_logic >::sc_in | ( | ) | [inline] |
Definition at line 725 of file sc_signal_ports.h.
sc_core::sc_in< sc_dt::sc_logic >::sc_in | ( | const char * | name_ | ) | [inline, explicit] |
Definition at line 730 of file sc_signal_ports.h.
sc_core::sc_in< sc_dt::sc_logic >::sc_in | ( | const in_if_type & | interface_ | ) | [inline, explicit] |
Definition at line 735 of file sc_signal_ports.h.
sc_core::sc_in< sc_dt::sc_logic >::sc_in | ( | const char * | name_, | |
const in_if_type & | interface_ | |||
) | [inline] |
Definition at line 740 of file sc_signal_ports.h.
sc_core::sc_in< sc_dt::sc_logic >::sc_in | ( | in_port_type & | parent_ | ) | [inline, explicit] |
Definition at line 745 of file sc_signal_ports.h.
sc_core::sc_in< sc_dt::sc_logic >::sc_in | ( | const char * | name_, | |
in_port_type & | parent_ | |||
) | [inline] |
Definition at line 750 of file sc_signal_ports.h.
sc_core::sc_in< sc_dt::sc_logic >::sc_in | ( | inout_port_type & | parent_ | ) | [inline, explicit] |
Definition at line 755 of file sc_signal_ports.h.
sc_core::sc_in< sc_dt::sc_logic >::sc_in | ( | const char * | name_, | |
inout_port_type & | parent_ | |||
) | [inline] |
Definition at line 761 of file sc_signal_ports.h.
sc_core::sc_in< sc_dt::sc_logic >::sc_in | ( | this_type & | parent_ | ) | [inline] |
Definition at line 767 of file sc_signal_ports.h.
sc_core::sc_in< sc_dt::sc_logic >::sc_in | ( | const char * | name_, | |
this_type & | parent_ | |||
) | [inline] |
Definition at line 772 of file sc_signal_ports.h.
virtual sc_core::sc_in< sc_dt::sc_logic >::~sc_in | ( | ) | [inline, virtual] |
Definition at line 780 of file sc_signal_ports.h.
void sc_core::sc_in< sc_dt::sc_logic >::add_trace | ( | sc_trace_file * | , | |
const std::string & | ||||
) | const |
void sc_core::sc_in< sc_dt::sc_logic >::add_trace_internal | ( | sc_trace_file * | , | |
const std::string & | ||||
) | const |
SC_VIRTUAL_ void sc_core::sc_in< sc_dt::sc_logic >::bind | ( | base_port_type & | parent_ | ) | [inline, protected] |
Reimplemented from sc_core::sc_port_b< sc_signal_in_if< sc_dt::sc_logic > >.
Definition at line 950 of file sc_signal_ports.h.
SC_VIRTUAL_ void sc_core::sc_in< sc_dt::sc_logic >::bind | ( | inout_port_type & | parent_ | ) | [inline] |
Definition at line 813 of file sc_signal_ports.h.
SC_VIRTUAL_ void sc_core::sc_in< sc_dt::sc_logic >::bind | ( | in_port_type & | parent_ | ) | [inline] |
Definition at line 804 of file sc_signal_ports.h.
SC_VIRTUAL_ void sc_core::sc_in< sc_dt::sc_logic >::bind | ( | in_if_type & | interface_ | ) | [inline] |
Definition at line 795 of file sc_signal_ports.h.
SC_VIRTUAL_ void sc_core::sc_in< sc_dt::sc_logic >::bind | ( | const in_if_type & | interface_ | ) | [inline] |
Definition at line 792 of file sc_signal_ports.h.
const sc_event& sc_core::sc_in< sc_dt::sc_logic >::default_event | ( | ) | const [inline] |
Definition at line 824 of file sc_signal_ports.h.
virtual void sc_core::sc_in< sc_dt::sc_logic >::end_of_elaboration | ( | ) | [virtual] |
Reimplemented from sc_core::sc_port_base.
Reimplemented in sc_core::sc_in_resolved.
bool sc_core::sc_in< sc_dt::sc_logic >::event | ( | ) | const [inline] |
Definition at line 888 of file sc_signal_ports.h.
virtual const char* sc_core::sc_in< sc_dt::sc_logic >::kind | ( | ) | const [inline, virtual] |
Reimplemented from sc_core::sc_port< sc_signal_in_if< sc_dt::sc_logic >, 1, SC_ONE_OR_MORE_BOUND >.
Reimplemented in sc_core::sc_in_resolved.
Definition at line 924 of file sc_signal_ports.h.
sc_event_finder& sc_core::sc_in< sc_dt::sc_logic >::neg | ( | ) | const [inline] |
Definition at line 871 of file sc_signal_ports.h.
bool sc_core::sc_in< sc_dt::sc_logic >::negedge | ( | ) | const [inline] |
Definition at line 898 of file sc_signal_ports.h.
const sc_event& sc_core::sc_in< sc_dt::sc_logic >::negedge_event | ( | ) | const [inline] |
Definition at line 840 of file sc_signal_ports.h.
sc_core::sc_in< sc_dt::sc_logic >::operator const data_type & | ( | ) | const [inline] |
Definition at line 849 of file sc_signal_ports.h.
void sc_core::sc_in< sc_dt::sc_logic >::operator() | ( | inout_port_type & | parent_ | ) | [inline] |
Definition at line 816 of file sc_signal_ports.h.
void sc_core::sc_in< sc_dt::sc_logic >::operator() | ( | in_port_type & | parent_ | ) | [inline] |
Definition at line 807 of file sc_signal_ports.h.
void sc_core::sc_in< sc_dt::sc_logic >::operator() | ( | const in_if_type & | interface_ | ) | [inline] |
Definition at line 798 of file sc_signal_ports.h.
sc_event_finder& sc_core::sc_in< sc_dt::sc_logic >::pos | ( | ) | const [inline] |
Definition at line 855 of file sc_signal_ports.h.
bool sc_core::sc_in< sc_dt::sc_logic >::posedge | ( | ) | const [inline] |
Definition at line 893 of file sc_signal_ports.h.
const sc_event& sc_core::sc_in< sc_dt::sc_logic >::posedge_event | ( | ) | const [inline] |
Definition at line 835 of file sc_signal_ports.h.
const data_type& sc_core::sc_in< sc_dt::sc_logic >::read | ( | ) | const [inline] |
Definition at line 846 of file sc_signal_ports.h.
void sc_core::sc_in< sc_dt::sc_logic >::remove_traces | ( | ) | const [protected] |
sc_event_finder& sc_core::sc_in< sc_dt::sc_logic >::value_changed | ( | ) | const [inline] |
Definition at line 903 of file sc_signal_ports.h.
const sc_event& sc_core::sc_in< sc_dt::sc_logic >::value_changed_event | ( | ) | const [inline] |
Definition at line 830 of file sc_signal_ports.h.
virtual int sc_core::sc_in< sc_dt::sc_logic >::vbind | ( | sc_port_base & | ) | [protected, virtual] |
Reimplemented from sc_core::sc_port_b< sc_signal_in_if< sc_dt::sc_logic > >.
virtual int sc_core::sc_in< sc_dt::sc_logic >::vbind | ( | sc_interface & | ) | [protected, virtual] |
Reimplemented from sc_core::sc_port_b< sc_signal_in_if< sc_dt::sc_logic > >.
sc_trace_params_vec* sc_core::sc_in< sc_dt::sc_logic >::m_traces [mutable, protected] |
Definition at line 937 of file sc_signal_ports.h.