exec Struct Reference

#include <exec.h>

List of all members.

Public Member Functions

 SC_CTOR (exec)
void entry ()

Public Attributes

sc_in< bool > reset
sc_in< bool > in_valid
sc_in< int > opcode
sc_in< bool > negate
sc_in< int > add1
sc_in< bool > shift_sel
sc_in< signed int > dina
sc_in< signed int > dinb
sc_in< bool > forward_A
sc_in< bool > forward_B
sc_in< unsigned > dest
sc_out< bool > C
sc_out< bool > V
sc_out< bool > Z
sc_out< signed int > dout
sc_out< bool > out_valid
sc_out< unsigned > destout
sc_in_clk CLK


Member Function Documentation

void exec::entry (  ) 

exec::SC_CTOR ( exec   )  [inline]

References CLK, entry(), and SC_CTHREAD.


Member Data Documentation

sc_in<int> exec::add1

sc_out<bool> exec::C

sc_in_clk exec::CLK

Referenced by SC_CTOR().

sc_in<unsigned> exec::dest

Referenced by entry().

sc_out<unsigned> exec::destout

Referenced by entry().

sc_in<signed int> exec::dina

Referenced by entry().

sc_in<signed int> exec::dinb

Referenced by entry().

sc_out<signed int> exec::dout

Referenced by entry().

sc_in<bool> exec::forward_A

sc_in<bool> exec::forward_B

sc_in<bool> exec::in_valid

Referenced by entry().

sc_in<bool> exec::negate

sc_in<int> exec::opcode

Referenced by entry().

sc_out<bool> exec::out_valid

Referenced by entry().

sc_in<bool> exec::reset

sc_in<bool> exec::shift_sel

sc_out<bool> exec::V

Referenced by entry().

sc_out<bool> exec::Z

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