#include <sysc/communication/sc_signal_ports.h>
Public Types | |
typedef sc_dt::sc_logic | data_type |
typedef sc_signal_inout_if < data_type > | if_type |
typedef sc_port< if_type, 1, SC_ONE_OR_MORE_BOUND > | base_type |
typedef sc_inout< data_type > | this_type |
typedef sc_signal_in_if < data_type > | in_if_type |
typedef sc_port< in_if_type, 1, SC_ONE_OR_MORE_BOUND > | in_port_type |
typedef if_type | inout_if_type |
typedef base_type | inout_port_type |
Public Member Functions | |
sc_inout () | |
sc_inout (const char *name_) | |
sc_inout (inout_if_type &interface_) | |
sc_inout (const char *name_, inout_if_type &interface_) | |
sc_inout (inout_port_type &parent_) | |
sc_inout (const char *name_, inout_port_type &parent_) | |
sc_inout (this_type &parent_) | |
sc_inout (const char *name_, this_type &parent_) | |
virtual | ~sc_inout () |
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 |
void | write (const data_type &value_) |
this_type & | operator= (const data_type &value_) |
this_type & | operator= (const in_if_type &interface_) |
this_type & | operator= (const in_port_type &port_) |
this_type & | operator= (const inout_port_type &port_) |
this_type & | operator= (const this_type &port_) |
void | initialize (const data_type &value_) |
void | initialize (const in_if_type &interface_) |
virtual void | end_of_elaboration () |
sc_event_finder & | value_changed () const |
virtual const char * | kind () const |
void | add_trace_internal (sc_trace_file *, const std::string &) const |
void | add_trace (sc_trace_file *, const std::string &) const |
Protected Member Functions | |
void | remove_traces () const |
Protected Attributes | |
data_type * | m_init_val |
sc_trace_params_vec * | m_traces |
Definition at line 1544 of file sc_signal_ports.h.
typedef sc_port<if_type,1,SC_ONE_OR_MORE_BOUND> sc_core::sc_inout< sc_dt::sc_logic >::base_type |
Reimplemented from sc_core::sc_port< sc_signal_inout_if< sc_dt::sc_logic >, 1, SC_ONE_OR_MORE_BOUND >.
Reimplemented in sc_core::sc_inout_resolved, and sc_core::sc_out_resolved.
Definition at line 1554 of file sc_signal_ports.h.
typedef sc_dt::sc_logic sc_core::sc_inout< sc_dt::sc_logic >::data_type |
Reimplemented in sc_core::sc_inout_resolved, and sc_core::sc_out_resolved.
Definition at line 1551 of file sc_signal_ports.h.
typedef sc_signal_inout_if<data_type> sc_core::sc_inout< sc_dt::sc_logic >::if_type |
Definition at line 1553 of file sc_signal_ports.h.
typedef sc_signal_in_if<data_type> sc_core::sc_inout< sc_dt::sc_logic >::in_if_type |
Reimplemented in sc_core::sc_inout_resolved, and sc_core::sc_out_resolved.
Definition at line 1557 of file sc_signal_ports.h.
typedef sc_port<in_if_type,1,SC_ONE_OR_MORE_BOUND> sc_core::sc_inout< sc_dt::sc_logic >::in_port_type |
Reimplemented in sc_core::sc_inout_resolved, and sc_core::sc_out_resolved.
Definition at line 1558 of file sc_signal_ports.h.
typedef if_type sc_core::sc_inout< sc_dt::sc_logic >::inout_if_type |
Reimplemented in sc_core::sc_inout_resolved, and sc_core::sc_out_resolved.
Definition at line 1559 of file sc_signal_ports.h.
typedef base_type sc_core::sc_inout< sc_dt::sc_logic >::inout_port_type |
Reimplemented in sc_core::sc_inout_resolved, and sc_core::sc_out_resolved.
Definition at line 1560 of file sc_signal_ports.h.
typedef sc_inout<data_type> sc_core::sc_inout< sc_dt::sc_logic >::this_type |
Reimplemented from sc_core::sc_port< sc_signal_inout_if< sc_dt::sc_logic >, 1, SC_ONE_OR_MORE_BOUND >.
Reimplemented in sc_core::sc_inout_resolved, and sc_core::sc_out_resolved.
Definition at line 1555 of file sc_signal_ports.h.
sc_core::sc_inout< sc_dt::sc_logic >::sc_inout | ( | ) | [inline] |
Definition at line 1566 of file sc_signal_ports.h.
sc_core::sc_inout< sc_dt::sc_logic >::sc_inout | ( | const char * | name_ | ) | [inline, explicit] |
Definition at line 1571 of file sc_signal_ports.h.
sc_core::sc_inout< sc_dt::sc_logic >::sc_inout | ( | inout_if_type & | interface_ | ) | [inline, explicit] |
Definition at line 1576 of file sc_signal_ports.h.
sc_core::sc_inout< sc_dt::sc_logic >::sc_inout | ( | const char * | name_, | |
inout_if_type & | interface_ | |||
) | [inline] |
Definition at line 1581 of file sc_signal_ports.h.
sc_core::sc_inout< sc_dt::sc_logic >::sc_inout | ( | inout_port_type & | parent_ | ) | [inline, explicit] |
Definition at line 1586 of file sc_signal_ports.h.
sc_core::sc_inout< sc_dt::sc_logic >::sc_inout | ( | const char * | name_, | |
inout_port_type & | parent_ | |||
) | [inline] |
Definition at line 1591 of file sc_signal_ports.h.
sc_core::sc_inout< sc_dt::sc_logic >::sc_inout | ( | this_type & | parent_ | ) | [inline] |
Definition at line 1596 of file sc_signal_ports.h.
sc_core::sc_inout< sc_dt::sc_logic >::sc_inout | ( | const char * | name_, | |
this_type & | parent_ | |||
) | [inline] |
Definition at line 1601 of file sc_signal_ports.h.
virtual sc_core::sc_inout< sc_dt::sc_logic >::~sc_inout | ( | ) | [virtual] |
void sc_core::sc_inout< sc_dt::sc_logic >::add_trace | ( | sc_trace_file * | , | |
const std::string & | ||||
) | const |
void sc_core::sc_inout< sc_dt::sc_logic >::add_trace_internal | ( | sc_trace_file * | , | |
const std::string & | ||||
) | const |
const sc_event& sc_core::sc_inout< sc_dt::sc_logic >::default_event | ( | ) | const [inline] |
Definition at line 1616 of file sc_signal_ports.h.
virtual void sc_core::sc_inout< sc_dt::sc_logic >::end_of_elaboration | ( | ) | [virtual] |
Reimplemented from sc_core::sc_port_base.
Reimplemented in sc_core::sc_inout_resolved.
bool sc_core::sc_inout< sc_dt::sc_logic >::event | ( | ) | const [inline] |
Definition at line 1680 of file sc_signal_ports.h.
void sc_core::sc_inout< sc_dt::sc_logic >::initialize | ( | const in_if_type & | interface_ | ) | [inline] |
Definition at line 1718 of file sc_signal_ports.h.
void sc_core::sc_inout< sc_dt::sc_logic >::initialize | ( | const data_type & | value_ | ) |
virtual const char* sc_core::sc_inout< sc_dt::sc_logic >::kind | ( | ) | const [inline, virtual] |
Reimplemented from sc_core::sc_port< sc_signal_inout_if< sc_dt::sc_logic >, 1, SC_ONE_OR_MORE_BOUND >.
Reimplemented in sc_core::sc_inout_resolved, and sc_core::sc_out_resolved.
Definition at line 1745 of file sc_signal_ports.h.
sc_event_finder& sc_core::sc_inout< sc_dt::sc_logic >::neg | ( | ) | const [inline] |
Definition at line 1663 of file sc_signal_ports.h.
bool sc_core::sc_inout< sc_dt::sc_logic >::negedge | ( | ) | const [inline] |
Definition at line 1690 of file sc_signal_ports.h.
const sc_event& sc_core::sc_inout< sc_dt::sc_logic >::negedge_event | ( | ) | const [inline] |
Definition at line 1632 of file sc_signal_ports.h.
sc_core::sc_inout< sc_dt::sc_logic >::operator const data_type & | ( | ) | const [inline] |
Definition at line 1641 of file sc_signal_ports.h.
this_type& sc_core::sc_inout< sc_dt::sc_logic >::operator= | ( | const this_type & | port_ | ) | [inline] |
Reimplemented from sc_core::sc_port< sc_signal_inout_if< sc_dt::sc_logic >, 1, SC_ONE_OR_MORE_BOUND >.
Reimplemented in sc_core::sc_inout_resolved, and sc_core::sc_out_resolved.
Definition at line 1710 of file sc_signal_ports.h.
this_type& sc_core::sc_inout< sc_dt::sc_logic >::operator= | ( | const inout_port_type & | port_ | ) | [inline] |
Reimplemented in sc_core::sc_inout_resolved, sc_core::sc_inout_resolved, sc_core::sc_out_resolved, and sc_core::sc_out_resolved.
Definition at line 1707 of file sc_signal_ports.h.
this_type& sc_core::sc_inout< sc_dt::sc_logic >::operator= | ( | const in_port_type & | port_ | ) | [inline] |
Reimplemented in sc_core::sc_inout_resolved, sc_core::sc_inout_resolved, sc_core::sc_out_resolved, and sc_core::sc_out_resolved.
Definition at line 1704 of file sc_signal_ports.h.
this_type& sc_core::sc_inout< sc_dt::sc_logic >::operator= | ( | const in_if_type & | interface_ | ) | [inline] |
Reimplemented in sc_core::sc_inout_resolved, and sc_core::sc_out_resolved.
Definition at line 1701 of file sc_signal_ports.h.
this_type& sc_core::sc_inout< sc_dt::sc_logic >::operator= | ( | const data_type & | value_ | ) | [inline] |
Reimplemented in sc_core::sc_inout_resolved, and sc_core::sc_out_resolved.
Definition at line 1698 of file sc_signal_ports.h.
sc_event_finder& sc_core::sc_inout< sc_dt::sc_logic >::pos | ( | ) | const [inline] |
Definition at line 1647 of file sc_signal_ports.h.
bool sc_core::sc_inout< sc_dt::sc_logic >::posedge | ( | ) | const [inline] |
Definition at line 1685 of file sc_signal_ports.h.
const sc_event& sc_core::sc_inout< sc_dt::sc_logic >::posedge_event | ( | ) | const [inline] |
Definition at line 1627 of file sc_signal_ports.h.
const data_type& sc_core::sc_inout< sc_dt::sc_logic >::read | ( | ) | const [inline] |
Definition at line 1638 of file sc_signal_ports.h.
void sc_core::sc_inout< sc_dt::sc_logic >::remove_traces | ( | ) | const [protected] |
sc_event_finder& sc_core::sc_inout< sc_dt::sc_logic >::value_changed | ( | ) | const [inline] |
Definition at line 1731 of file sc_signal_ports.h.
const sc_event& sc_core::sc_inout< sc_dt::sc_logic >::value_changed_event | ( | ) | const [inline] |
Definition at line 1622 of file sc_signal_ports.h.
void sc_core::sc_inout< sc_dt::sc_logic >::write | ( | const data_type & | value_ | ) | [inline] |
Definition at line 1695 of file sc_signal_ports.h.
data_type* sc_core::sc_inout< sc_dt::sc_logic >::m_init_val [protected] |
Definition at line 1750 of file sc_signal_ports.h.
sc_trace_params_vec* sc_core::sc_inout< sc_dt::sc_logic >::m_traces [mutable, protected] |
Definition at line 1763 of file sc_signal_ports.h.