sc_core::sc_in< sc_dt::sc_logic > Class Template Reference

#include <sc_signal_ports.h>

Inheritance diagram for sc_core::sc_in< sc_dt::sc_logic >:

sc_core::sc_port< IF, N > sc_core::sc_port_b< IF > sc_core::sc_port_base sc_core::sc_object sc_core::sc_in_resolved List of all members.

Public Types

typedef sc_dt::sc_logic data_type
typedef sc_signal_in_if< data_typeif_type
typedef sc_port< if_type, 1 > base_type
typedef sc_in< data_typethis_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 > 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 ()
void bind (const in_if_type &interface_)
void operator() (const in_if_type &interface_)
void bind (in_port_type &parent_)
void operator() (in_port_type &parent_)
void bind (inout_port_type &parent_)
void operator() (inout_port_type &parent_)
const sc_eventdefault_event () const
const sc_eventvalue_changed_event () const
const sc_eventposedge_event () const
const sc_eventnegedge_event () const
const data_typeread () const
 operator const data_type & () const
sc_event_finderpos () const
sc_event_finderneg () const
bool event () const
bool posedge () const
bool negedge () const
const sc_signal_logic_deval & delayed () const
sc_event_findervalue_changed () const
virtual void end_of_elaboration ()
virtual const char * kind () const
void add_trace (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 &)

Protected Attributes

sc_trace_params_vecm_traces

Private Member Functions

 sc_in (const this_type &)
this_typeoperator= (const this_type &)

template<>
class sc_core::sc_in< sc_dt::sc_logic >


Member Typedef Documentation

typedef sc_dt::sc_logic sc_core::sc_in< sc_dt::sc_logic >::data_type

Reimplemented in sc_core::sc_in_resolved.

typedef sc_signal_in_if<data_type> sc_core::sc_in< sc_dt::sc_logic >::if_type

typedef sc_port<if_type,1> sc_core::sc_in< sc_dt::sc_logic >::base_type

Reimplemented from sc_core::sc_port< IF, N >.

Reimplemented in sc_core::sc_in_resolved.

typedef sc_in<data_type> sc_core::sc_in< sc_dt::sc_logic >::this_type

Reimplemented from sc_core::sc_port< IF, N >.

Reimplemented in sc_core::sc_in_resolved.

typedef if_type sc_core::sc_in< sc_dt::sc_logic >::in_if_type

Reimplemented in sc_core::sc_in_resolved.

typedef base_type sc_core::sc_in< sc_dt::sc_logic >::in_port_type

Reimplemented in sc_core::sc_in_resolved.

typedef sc_signal_inout_if<data_type> sc_core::sc_in< sc_dt::sc_logic >::inout_if_type

typedef sc_port<inout_if_type,1> sc_core::sc_in< sc_dt::sc_logic >::inout_port_type

Reimplemented in sc_core::sc_in_resolved.


Constructor & Destructor Documentation

sc_core::sc_in< sc_dt::sc_logic >::sc_in (  )  [inline]

sc_core::sc_in< sc_dt::sc_logic >::sc_in ( const char *  name_  )  [inline, explicit]

sc_core::sc_in< sc_dt::sc_logic >::sc_in ( const in_if_type interface_  )  [inline, explicit]

sc_core::sc_in< sc_dt::sc_logic >::sc_in ( const char *  name_,
const in_if_type interface_ 
) [inline]

sc_core::sc_in< sc_dt::sc_logic >::sc_in ( in_port_type parent_  )  [inline, explicit]

sc_core::sc_in< sc_dt::sc_logic >::sc_in ( const char *  name_,
in_port_type parent_ 
) [inline]

sc_core::sc_in< sc_dt::sc_logic >::sc_in ( inout_port_type parent_  )  [inline, explicit]

sc_core::sc_in< sc_dt::sc_logic >::sc_in ( const char *  name_,
inout_port_type parent_ 
) [inline]

sc_core::sc_in< sc_dt::sc_logic >::sc_in ( this_type parent_  )  [inline]

sc_core::sc_in< sc_dt::sc_logic >::sc_in ( const char *  name_,
this_type parent_ 
) [inline]

virtual sc_core::sc_in< sc_dt::sc_logic >::~sc_in (  )  [inline, virtual]

sc_core::sc_in< sc_dt::sc_logic >::sc_in ( const this_type  )  [private]


Member Function Documentation

void sc_core::sc_in< sc_dt::sc_logic >::bind ( const in_if_type interface_  )  [inline]

void sc_core::sc_in< sc_dt::sc_logic >::operator() ( const in_if_type interface_  )  [inline]

void sc_core::sc_in< sc_dt::sc_logic >::bind ( in_port_type parent_  )  [inline]

Reimplemented from sc_core::sc_port_b< IF >.

void sc_core::sc_in< sc_dt::sc_logic >::operator() ( in_port_type parent_  )  [inline]

Reimplemented from sc_core::sc_port_b< IF >.

void sc_core::sc_in< sc_dt::sc_logic >::bind ( inout_port_type parent_  )  [inline]

void sc_core::sc_in< sc_dt::sc_logic >::operator() ( inout_port_type parent_  )  [inline]

const sc_event& sc_core::sc_in< sc_dt::sc_logic >::default_event (  )  const [inline]

const sc_event& sc_core::sc_in< sc_dt::sc_logic >::value_changed_event (  )  const [inline]

const sc_event& sc_core::sc_in< sc_dt::sc_logic >::posedge_event (  )  const [inline]

const sc_event& sc_core::sc_in< sc_dt::sc_logic >::negedge_event (  )  const [inline]

const data_type& sc_core::sc_in< sc_dt::sc_logic >::read (  )  const [inline]

sc_core::sc_in< sc_dt::sc_logic >::operator const data_type & (  )  const [inline]

sc_event_finder& sc_core::sc_in< sc_dt::sc_logic >::pos (  )  const [inline]

sc_event_finder& sc_core::sc_in< sc_dt::sc_logic >::neg (  )  const [inline]

bool sc_core::sc_in< sc_dt::sc_logic >::event (  )  const [inline]

bool sc_core::sc_in< sc_dt::sc_logic >::posedge (  )  const [inline]

bool sc_core::sc_in< sc_dt::sc_logic >::negedge (  )  const [inline]

const sc_signal_logic_deval & sc_core::sc_in< sc_dt::sc_logic >::delayed (  )  const [inline]

sc_event_finder& sc_core::sc_in< sc_dt::sc_logic >::value_changed (  )  const [inline]

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.

virtual const char* sc_core::sc_in< sc_dt::sc_logic >::kind (  )  const [inline, virtual]

Reimplemented from sc_core::sc_port< IF, N >.

Reimplemented in sc_core::sc_in_resolved.

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 >::remove_traces (  )  const [protected]

int sc_core::sc_in< sc_dt::sc_logic >::vbind ( sc_interface  )  [protected, virtual]

Reimplemented from sc_core::sc_port_b< IF >.

int sc_core::sc_in< sc_dt::sc_logic >::vbind ( sc_port_base  )  [protected, virtual]

Reimplemented from sc_core::sc_port_b< IF >.

this_type& sc_core::sc_in< sc_dt::sc_logic >::operator= ( const this_type  )  [private]

Reimplemented from sc_core::sc_port< IF, N >.

Reimplemented in sc_core::sc_in_resolved.


Member Data Documentation

sc_trace_params_vec* sc_core::sc_in< sc_dt::sc_logic >::m_traces [mutable, protected]


The documentation for this class was generated from the following files:
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page