#include <floating.h>
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 |
| void floating::entry | ( | ) |
References sc_core::sc_in< bool >::delayed(), dest, fdestout, fdout, floata, floatb, fout_valid, in_valid, opcode, PRINT_FPU, sc_core::sc_time_stamp(), wait(), and sc_core::wait_until().
Referenced by SC_CTOR().
| floating::SC_CTOR | ( | floating | ) | [inline] |
References CLK, entry(), and SC_CTHREAD.
| 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().