SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
Specialization of sc_in<T> for type bool. More...
#include <sysc/communication/sc_signal_ports.h>
Public Types | |
typedef bool | 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 |
typedef this_type | port_type |
typedef unsigned | phase_cb_mask |
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 |
SC_VIRTUAL_ void | bind (sc_signal_in_if< bool > &interface_) |
void | operator() (sc_signal_in_if< bool > &interface_) |
void | operator() (port_type &parent_) |
int | size () const |
sc_signal_in_if< bool > * | operator-> () |
const sc_signal_in_if< bool > * | operator-> () const |
const sc_signal_in_if< bool > * | get_interface (int iface_i) const |
sc_signal_in_if< bool > * | get_interface (int iface_i) |
virtual sc_interface * | get_interface () |
virtual const sc_interface * | get_interface () const |
sc_signal_in_if< bool > * | operator[] (int index_) |
const sc_signal_in_if< bool > * | 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 Attributes | |
sc_trace_params_vec * | m_traces |
sc_bind_info * | m_bind_info |
Specialization of sc_in<T> for type bool.
Definition at line 402 of file sc_signal_ports.h.
typedef base_type::port_type sc_core::sc_in< bool >::base_port_type |
Definition at line 414 of file sc_signal_ports.h.
typedef sc_port<if_type,1,SC_ONE_OR_MORE_BOUND> sc_core::sc_in< bool >::base_type |
Definition at line 412 of file sc_signal_ports.h.
typedef bool sc_core::sc_in< bool >::data_type |
Definition at line 409 of file sc_signal_ports.h.
typedef sc_signal_in_if<data_type> sc_core::sc_in< bool >::if_type |
Definition at line 411 of file sc_signal_ports.h.
typedef if_type sc_core::sc_in< bool >::in_if_type |
Definition at line 416 of file sc_signal_ports.h.
typedef base_type sc_core::sc_in< bool >::in_port_type |
Definition at line 417 of file sc_signal_ports.h.
typedef sc_signal_inout_if<data_type> sc_core::sc_in< bool >::inout_if_type |
Definition at line 418 of file sc_signal_ports.h.
typedef sc_port<inout_if_type,1,SC_ONE_OR_MORE_BOUND> sc_core::sc_in< bool >::inout_port_type |
Definition at line 419 of file sc_signal_ports.h.
|
inherited |
Definition at line 75 of file sc_object.h.
|
inherited |
typedef sc_in<data_type> sc_core::sc_in< bool >::this_type |
Definition at line 413 of file sc_signal_ports.h.
|
inline |
Definition at line 425 of file sc_signal_ports.h.
|
inlineexplicit |
Definition at line 430 of file sc_signal_ports.h.
|
inlineexplicit |
Definition at line 435 of file sc_signal_ports.h.
|
inline |
Definition at line 440 of file sc_signal_ports.h.
|
inlineexplicit |
Definition at line 445 of file sc_signal_ports.h.
|
inline |
Definition at line 450 of file sc_signal_ports.h.
|
inlineexplicit |
Definition at line 455 of file sc_signal_ports.h.
|
inline |
Definition at line 460 of file sc_signal_ports.h.
|
inline |
Definition at line 465 of file sc_signal_ports.h.
|
inline |
Definition at line 477 of file sc_signal_ports.h.
|
inlinevirtual |
Definition at line 485 of file sc_signal_ports.h.
|
inherited |
|
protectedvirtualinherited |
|
protectedvirtualinherited |
Reimplemented in sc_core::sc_process_b.
|
protectedinherited |
|
protectedinherited |
void sc_core::sc_in< bool >::add_trace | ( | sc_trace_file * | , |
const std::string & | |||
) | const |
void sc_core::sc_in< bool >::add_trace_internal | ( | sc_trace_file * | , |
const std::string & | |||
) | const |
|
inherited |
|
inherited |
|
inherited |
|
protectedvirtualinherited |
|
protectedinherited |
|
inlineinherited |
|
inline |
Definition at line 496 of file sc_signal_ports.h.
|
inline |
Definition at line 499 of file sc_signal_ports.h.
|
inline |
Definition at line 508 of file sc_signal_ports.h.
|
inline |
Definition at line 517 of file sc_signal_ports.h.
|
inlineprotected |
Definition at line 642 of file sc_signal_ports.h.
|
inherited |
|
inline |
Definition at line 528 of file sc_signal_ports.h.
|
virtualinherited |
|
virtual |
Reimplemented from sc_core::sc_port_base.
|
protectedvirtualinherited |
|
inline |
Definition at line 584 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.
|
inlinevirtual |
Reimplemented from sc_core::sc_port< sc_signal_in_if< bool >, 1, SC_ONE_OR_MORE_BOUND >.
Definition at line 616 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 571 of file sc_signal_ports.h.
|
inline |
Definition at line 594 of file sc_signal_ports.h.
|
inline |
Definition at line 544 of file sc_signal_ports.h.
|
inherited |
|
inline |
Definition at line 553 of file sc_signal_ports.h.
|
inlineinherited |
|
inlineinherited |
|
inline |
Definition at line 502 of file sc_signal_ports.h.
|
inline |
Definition at line 511 of file sc_signal_ports.h.
|
inline |
Definition at line 520 of file sc_signal_ports.h.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
Definition at line 559 of file sc_signal_ports.h.
|
inline |
Definition at line 589 of file sc_signal_ports.h.
|
inline |
Definition at line 539 of file sc_signal_ports.h.
|
virtualinherited |
|
inline |
Definition at line 550 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 599 of file sc_signal_ports.h.
|
inline |
Definition at line 534 of file sc_signal_ports.h.
|
protectedvirtual |
Reimplemented from sc_core::sc_port_b< sc_signal_in_if< bool > >.
|
protectedvirtual |
Reimplemented from sc_core::sc_port_b< sc_signal_in_if< bool > >.
|
protectedinherited |
|
mutableprotected |
Definition at line 629 of file sc_signal_ports.h.