source Struct Reference

#include <source.h>

List of all members.

Public Member Functions

 SC_CTOR (source)
void entry ()
 SC_CTOR (source)
void entry ()

Public Attributes

sc_in< bool > data_req
sc_out< float > out_real
sc_out< float > out_imag
sc_out< bool > data_valid
sc_in_clk CLK
sc_out< sc_int< 16 > > out_real
sc_out< sc_int< 16 > > out_imag


Member Function Documentation

void source::entry (  ) 

void source::entry (  ) 

source::SC_CTOR ( source   )  [inline]

References CLK, entry(), and SC_CTHREAD.

source::SC_CTOR ( source   )  [inline]

References CLK, entry(), and SC_CTHREAD.


Member Data Documentation

sc_in_clk source::CLK

Referenced by SC_CTOR(), and sc_main().

sc_in< bool > source::data_req

Referenced by entry(), and sc_main().

sc_out< bool > source::data_valid

Referenced by entry(), and sc_main().

sc_out<sc_int<16> > source::out_imag

sc_out<float> source::out_imag

Referenced by entry(), and sc_main().

sc_out<sc_int<16> > source::out_real

sc_out<float> source::out_real

Referenced by entry(), and sc_main().


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