floating Struct Reference

#include <floating.h>

List of all members.

Public Member Functions

 SC_CTOR (floating)
void entry ()

Public Attributes

sc_in< bool > in_valid
sc_in< int > opcode
sc_in< signed int > floata
sc_in< signed int > floatb
sc_in< unsigned > dest
sc_out< signed int > fdout
sc_out< bool > fout_valid
sc_out< unsigned > fdestout
sc_in_clk CLK


Member Function Documentation

void floating::entry (  ) 

floating::SC_CTOR ( floating   )  [inline]

References CLK, entry(), and SC_CTHREAD.


Member Data Documentation

sc_in_clk floating::CLK

Referenced by SC_CTOR().

sc_in<unsigned> floating::dest

Referenced by entry().

sc_out<unsigned> floating::fdestout

Referenced by entry().

sc_out<signed int> floating::fdout

Referenced by entry().

sc_in<signed int> floating::floata

Referenced by entry().

sc_in<signed int> floating::floatb

Referenced by entry().

sc_out<bool> floating::fout_valid

Referenced by entry().

sc_in<bool> floating::in_valid

Referenced by entry().

sc_in<int> floating::opcode

Referenced by entry().


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