#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 |
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 407 of file sc_signal_ports.h.
typedef base_type::port_type sc_core::sc_in< bool >::base_port_type |
Definition at line 419 of file sc_signal_ports.h.
typedef sc_port<if_type,1,SC_ONE_OR_MORE_BOUND> sc_core::sc_in< bool >::base_type |
Reimplemented from sc_core::sc_port< sc_signal_in_if< bool >, 1, SC_ONE_OR_MORE_BOUND >.
Definition at line 417 of file sc_signal_ports.h.
typedef bool sc_core::sc_in< bool >::data_type |
Definition at line 414 of file sc_signal_ports.h.
typedef sc_signal_in_if<data_type> sc_core::sc_in< bool >::if_type |
Definition at line 416 of file sc_signal_ports.h.
typedef if_type sc_core::sc_in< bool >::in_if_type |
Definition at line 421 of file sc_signal_ports.h.
typedef base_type sc_core::sc_in< bool >::in_port_type |
Definition at line 422 of file sc_signal_ports.h.
typedef sc_signal_inout_if<data_type> sc_core::sc_in< bool >::inout_if_type |
Definition at line 423 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 424 of file sc_signal_ports.h.
typedef sc_in<data_type> sc_core::sc_in< bool >::this_type |
Reimplemented from sc_core::sc_port< sc_signal_in_if< bool >, 1, SC_ONE_OR_MORE_BOUND >.
Definition at line 418 of file sc_signal_ports.h.
sc_core::sc_in< bool >::sc_in | ( | ) | [inline] |
Definition at line 430 of file sc_signal_ports.h.
sc_core::sc_in< bool >::sc_in | ( | const char * | name_ | ) | [inline, explicit] |
Definition at line 435 of file sc_signal_ports.h.
sc_core::sc_in< bool >::sc_in | ( | const in_if_type & | interface_ | ) | [inline, explicit] |
Definition at line 440 of file sc_signal_ports.h.
sc_core::sc_in< bool >::sc_in | ( | const char * | name_, | |
const in_if_type & | interface_ | |||
) | [inline] |
Definition at line 445 of file sc_signal_ports.h.
sc_core::sc_in< bool >::sc_in | ( | in_port_type & | parent_ | ) | [inline, explicit] |
Definition at line 450 of file sc_signal_ports.h.
sc_core::sc_in< bool >::sc_in | ( | const char * | name_, | |
in_port_type & | parent_ | |||
) | [inline] |
Definition at line 455 of file sc_signal_ports.h.
sc_core::sc_in< bool >::sc_in | ( | inout_port_type & | parent_ | ) | [inline, explicit] |
Definition at line 460 of file sc_signal_ports.h.
sc_core::sc_in< bool >::sc_in | ( | const char * | name_, | |
inout_port_type & | parent_ | |||
) | [inline] |
Definition at line 466 of file sc_signal_ports.h.
sc_core::sc_in< bool >::sc_in | ( | this_type & | parent_ | ) | [inline] |
Definition at line 472 of file sc_signal_ports.h.
sc_core::sc_in< bool >::sc_in | ( | const char * | name_, | |
this_type & | parent_ | |||
) | [inline] |
Definition at line 484 of file sc_signal_ports.h.
virtual sc_core::sc_in< bool >::~sc_in | ( | ) | [inline, virtual] |
Definition at line 492 of file sc_signal_ports.h.
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 |
SC_VIRTUAL_ void sc_core::sc_in< bool >::bind | ( | base_port_type & | parent_ | ) | [inline, protected] |
Reimplemented from sc_core::sc_port_b< sc_signal_in_if< bool > >.
Definition at line 662 of file sc_signal_ports.h.
SC_VIRTUAL_ void sc_core::sc_in< bool >::bind | ( | inout_port_type & | parent_ | ) | [inline] |
Definition at line 525 of file sc_signal_ports.h.
SC_VIRTUAL_ void sc_core::sc_in< bool >::bind | ( | in_port_type & | parent_ | ) | [inline] |
Definition at line 516 of file sc_signal_ports.h.
SC_VIRTUAL_ void sc_core::sc_in< bool >::bind | ( | in_if_type & | interface_ | ) | [inline] |
Definition at line 507 of file sc_signal_ports.h.
SC_VIRTUAL_ void sc_core::sc_in< bool >::bind | ( | const in_if_type & | interface_ | ) | [inline] |
Definition at line 504 of file sc_signal_ports.h.
const sc_event& sc_core::sc_in< bool >::default_event | ( | ) | const [inline] |
Definition at line 536 of file sc_signal_ports.h.
virtual void sc_core::sc_in< bool >::end_of_elaboration | ( | ) | [virtual] |
Reimplemented from sc_core::sc_port_base.
bool sc_core::sc_in< bool >::event | ( | ) | const [inline] |
Definition at line 600 of file sc_signal_ports.h.
virtual const char* sc_core::sc_in< bool >::kind | ( | ) | const [inline, virtual] |
Reimplemented from sc_core::sc_port< sc_signal_in_if< bool >, 1, SC_ONE_OR_MORE_BOUND >.
Definition at line 636 of file sc_signal_ports.h.
sc_event_finder& sc_core::sc_in< bool >::neg | ( | ) | const [inline] |
Definition at line 583 of file sc_signal_ports.h.
bool sc_core::sc_in< bool >::negedge | ( | ) | const [inline] |
Definition at line 610 of file sc_signal_ports.h.
const sc_event& sc_core::sc_in< bool >::negedge_event | ( | ) | const [inline] |
Definition at line 552 of file sc_signal_ports.h.
sc_core::sc_in< bool >::operator const data_type & | ( | ) | const [inline] |
Definition at line 561 of file sc_signal_ports.h.
void sc_core::sc_in< bool >::operator() | ( | inout_port_type & | parent_ | ) | [inline] |
Definition at line 528 of file sc_signal_ports.h.
void sc_core::sc_in< bool >::operator() | ( | in_port_type & | parent_ | ) | [inline] |
Definition at line 519 of file sc_signal_ports.h.
void sc_core::sc_in< bool >::operator() | ( | const in_if_type & | interface_ | ) | [inline] |
Definition at line 510 of file sc_signal_ports.h.
sc_event_finder& sc_core::sc_in< bool >::pos | ( | ) | const [inline] |
Definition at line 567 of file sc_signal_ports.h.
bool sc_core::sc_in< bool >::posedge | ( | ) | const [inline] |
Definition at line 605 of file sc_signal_ports.h.
const sc_event& sc_core::sc_in< bool >::posedge_event | ( | ) | const [inline] |
Definition at line 547 of file sc_signal_ports.h.
const data_type& sc_core::sc_in< bool >::read | ( | ) | const [inline] |
Definition at line 558 of file sc_signal_ports.h.
void sc_core::sc_in< bool >::remove_traces | ( | ) | const [protected] |
sc_event_finder& sc_core::sc_in< bool >::value_changed | ( | ) | const [inline] |
Definition at line 615 of file sc_signal_ports.h.
const sc_event& sc_core::sc_in< bool >::value_changed_event | ( | ) | const [inline] |
Definition at line 542 of file sc_signal_ports.h.
virtual int sc_core::sc_in< bool >::vbind | ( | sc_port_base & | ) | [protected, virtual] |
Reimplemented from sc_core::sc_port_b< sc_signal_in_if< bool > >.
virtual int sc_core::sc_in< bool >::vbind | ( | sc_interface & | ) | [protected, virtual] |
Reimplemented from sc_core::sc_port_b< sc_signal_in_if< bool > >.
sc_trace_params_vec* sc_core::sc_in< bool >::m_traces [mutable, protected] |
Definition at line 649 of file sc_signal_ports.h.