fft Struct Reference

#include <fft.h>

List of all members.

Public Member Functions

 SC_CTOR (fft)
void entry ()
 SC_CTOR (fft)
void entry ()

Public Attributes

sc_in< float > in_real
sc_in< float > in_imag
sc_in< bool > data_valid
sc_in< bool > data_ack
sc_out< float > out_real
sc_out< float > out_imag
sc_out< bool > data_req
sc_out< bool > data_ready
sc_in_clk CLK
sc_in< sc_int< 16 > > in_real
sc_in< sc_int< 16 > > in_imag
sc_in< bool > data_valid
sc_in< bool > data_ack
sc_out< sc_int< 16 > > out_real
sc_out< sc_int< 16 > > out_imag
sc_out< bool > data_req
sc_out< bool > data_ready


Member Function Documentation

fft::SC_CTOR ( fft   )  [inline]

void fft::entry (  ) 

fft::SC_CTOR ( fft   )  [inline]

void fft::entry (  ) 


Member Data Documentation

sc_in<float> fft::in_real

sc_in<float> fft::in_imag

sc_in<bool> fft::data_valid

sc_in<bool> fft::data_ack

sc_out<float> fft::out_real

sc_out<float> fft::out_imag

sc_out<bool> fft::data_req

sc_out<bool> fft::data_ready

sc_in_clk fft::CLK

sc_in<sc_int<16> > fft::in_real

sc_in<sc_int<16> > fft::in_imag

sc_in<bool> fft::data_valid

sc_in<bool> fft::data_ack

sc_out<sc_int<16> > fft::out_real

sc_out<sc_int<16> > fft::out_imag

sc_out<bool> fft::data_req

sc_out<bool> fft::data_ready


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