SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
Specialization of sc_inout<T> for type sc_dt::sc_logic. More...
#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 |
typedef this_type | port_type |
typedef unsigned | phase_cb_mask |
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 |
SC_VIRTUAL_ void | bind (sc_signal_inout_if< sc_dt::sc_logic > &interface_) |
SC_VIRTUAL_ void | bind (port_type &parent_) |
void | operator() (sc_signal_inout_if< sc_dt::sc_logic > &interface_) |
void | operator() (port_type &parent_) |
int | size () const |
sc_signal_inout_if< sc_dt::sc_logic > * | operator-> () |
const sc_signal_inout_if< sc_dt::sc_logic > * | operator-> () const |
const sc_signal_inout_if< sc_dt::sc_logic > * | get_interface (int iface_i) const |
sc_signal_inout_if< sc_dt::sc_logic > * | get_interface (int iface_i) |
virtual sc_interface * | get_interface () |
virtual const sc_interface * | get_interface () const |
sc_signal_inout_if< sc_dt::sc_logic > * | operator[] (int index_) |
const sc_signal_inout_if< sc_dt::sc_logic > * | operator[] (int index_) const |
virtual sc_type_index | get_interface_type () const |
int | bind_count () |
const char * | name () const |
const char * | basename () const |
virtual void | print (::std::ostream &os=::std::cout) const |
virtual void | dump (::std::ostream &os=::std::cout) const |
virtual void | trace (sc_trace_file *tf) 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 | |
void | remove_traces () const |
void | bind (sc_interface &interface_) |
virtual int | vbind (sc_interface &) |
virtual int | vbind (sc_port_base &) |
virtual void | make_sensitive (sc_thread_handle, sc_event_finder *=0) const |
virtual void | make_sensitive (sc_method_handle, sc_event_finder *=0) const |
virtual void | before_end_of_elaboration () |
virtual void | start_of_simulation () |
virtual void | end_of_simulation () |
void | report_error (const char *id, const char *add_msg=0) const |
void | add_static_event (sc_method_handle process_p, const sc_event &event) const |
void | add_static_event (sc_thread_handle process_p, const sc_event &event) const |
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 | |
data_type * | m_init_val |
sc_trace_params_vec * | m_traces |
sc_bind_info * | m_bind_info |
Specialization of sc_inout<T> for type sc_dt::sc_logic.
Definition at line 1474 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 |
Definition at line 1484 of file sc_signal_ports.h.
typedef sc_dt::sc_logic sc_core::sc_inout< sc_dt::sc_logic >::data_type |
Definition at line 1481 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 1483 of file sc_signal_ports.h.
typedef sc_signal_in_if<data_type> sc_core::sc_inout< sc_dt::sc_logic >::in_if_type |
Definition at line 1487 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 |
Definition at line 1488 of file sc_signal_ports.h.
typedef if_type sc_core::sc_inout< sc_dt::sc_logic >::inout_if_type |
Definition at line 1489 of file sc_signal_ports.h.
typedef base_type sc_core::sc_inout< sc_dt::sc_logic >::inout_port_type |
Definition at line 1490 of file sc_signal_ports.h.
|
inherited |
Definition at line 75 of file sc_object.h.
|
inherited |
typedef sc_inout<data_type> sc_core::sc_inout< sc_dt::sc_logic >::this_type |
Definition at line 1485 of file sc_signal_ports.h.
|
inline |
Definition at line 1496 of file sc_signal_ports.h.
|
inlineexplicit |
Definition at line 1501 of file sc_signal_ports.h.
|
inlineexplicit |
Definition at line 1506 of file sc_signal_ports.h.
|
inline |
Definition at line 1511 of file sc_signal_ports.h.
|
inlineexplicit |
Definition at line 1516 of file sc_signal_ports.h.
|
inline |
Definition at line 1521 of file sc_signal_ports.h.
|
inline |
Definition at line 1526 of file sc_signal_ports.h.
|
inline |
Definition at line 1531 of file sc_signal_ports.h.
|
virtual |
|
inherited |
|
protectedvirtualinherited |
|
protectedvirtualinherited |
Reimplemented in sc_core::sc_process_b.
|
protectedinherited |
|
protectedinherited |
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 |
|
inherited |
|
inherited |
|
inherited |
|
protectedvirtualinherited |
|
protectedinherited |
|
inlineinherited |
|
inlineinherited |
|
inherited |
|
inline |
Definition at line 1546 of file sc_signal_ports.h.
|
virtualinherited |
|
virtual |
Reimplemented from sc_core::sc_port_base.
Reimplemented in sc_core::sc_inout_resolved.
|
protectedvirtualinherited |
|
inline |
Definition at line 1602 of file sc_signal_ports.h.
|
inherited |
|
inherited |
|
inlinevirtualinherited |
Definition at line 114 of file sc_object.h.
|
inlinevirtualinherited |
Reimplemented in sc_core::sc_process_b, and sc_core::sc_module.
Definition at line 117 of file sc_object.h.
|
inlineinherited |
|
inlineinherited |
|
inlinevirtualinherited |
Implements sc_core::sc_port_base.
|
inlinevirtualinherited |
Implements sc_core::sc_port_base.
|
inlinevirtualinherited |
Implements sc_core::sc_port_base.
|
inherited |
|
inlineinherited |
Definition at line 121 of file sc_object.h.
void sc_core::sc_inout< sc_dt::sc_logic >::initialize | ( | const data_type & | value_ | ) |
|
inline |
Definition at line 1640 of file sc_signal_ports.h.
|
inlinevirtual |
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_out_resolved, and sc_core::sc_inout_resolved.
Definition at line 1663 of file sc_signal_ports.h.
|
protectedvirtualinherited |
Reimplemented from sc_core::sc_port_base.
|
protectedvirtualinherited |
Reimplemented from sc_core::sc_port_base.
|
inlineinherited |
Definition at line 77 of file sc_object.h.
|
inline |
Definition at line 1589 of file sc_signal_ports.h.
|
inline |
Definition at line 1612 of file sc_signal_ports.h.
|
inline |
Definition at line 1562 of file sc_signal_ports.h.
|
inherited |
|
inline |
Definition at line 1571 of file sc_signal_ports.h.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
Definition at line 1620 of file sc_signal_ports.h.
|
inline |
Definition at line 1623 of file sc_signal_ports.h.
|
inline |
Definition at line 1626 of file sc_signal_ports.h.
|
inline |
Definition at line 1629 of file sc_signal_ports.h.
|
inline |
Definition at line 1632 of file sc_signal_ports.h.
|
inlineinherited |
|
inlineinherited |
|
inline |
Definition at line 1577 of file sc_signal_ports.h.
|
inline |
Definition at line 1607 of file sc_signal_ports.h.
|
inline |
Definition at line 1557 of file sc_signal_ports.h.
|
virtualinherited |
|
inline |
Definition at line 1568 of file sc_signal_ports.h.
|
protectedinherited |
|
inherited |
|
inherited |
|
protectedvirtualinherited |
|
protectedvirtualinherited |
Reimplemented in sc_core::sc_process_b.
|
protected |
|
protectedinherited |
|
inlineinherited |
Definition at line 91 of file sc_object.h.
|
inlineinherited |
|
protectedvirtualinherited |
|
virtualinherited |
|
protectedinherited |
|
inline |
Definition at line 1653 of file sc_signal_ports.h.
|
inline |
Definition at line 1552 of file sc_signal_ports.h.
|
inlineprotectedvirtualinherited |
Implements sc_core::sc_port_base.
|
inlineprotectedvirtualinherited |
Implements sc_core::sc_port_base.
|
inline |
Definition at line 1617 of file sc_signal_ports.h.
|
protectedinherited |
|
protected |
Definition at line 1668 of file sc_signal_ports.h.
|
mutableprotected |
Definition at line 1681 of file sc_signal_ports.h.