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

exec::SC_CTOR ( exec   )  [inline]

void exec::entry (  ) 


Member Data Documentation

sc_in<bool> exec::reset

sc_in<bool> exec::in_valid

sc_in<int> exec::opcode

sc_in<bool> exec::negate

sc_in<int> exec::add1

sc_in<bool> exec::shift_sel

sc_in<signed int> exec::dina

sc_in<signed int> exec::dinb

sc_in<bool> exec::forward_A

sc_in<bool> exec::forward_B

sc_in<unsigned> exec::dest

sc_out<bool> exec::C

sc_out<bool> exec::V

sc_out<bool> exec::Z

sc_out<signed int> exec::dout

sc_out<bool> exec::out_valid

sc_out<unsigned> exec::destout

sc_in_clk exec::CLK


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