#include <genericData.h>
Public Member Functions | |
InputBufferState () | |
~InputBufferState () | |
string | toString () const |
Public Attributes | |
uint | input_port |
uint | input_channel |
uint | output_port |
uint | output_channel |
double | stat_pkt_intime |
double | arrival_time |
int | length |
int | credits_sent |
vector< uint > | possible_ovcs |
vector< uint > | possible_oports |
RouterPipeStage | pipe_stage |
message_class | msg_class |
ullint | address |
uint | destination |
bool | clear_message |
bool | sa_head_done |
uint | flits_in_ib |
bool | sent_head |
bool | has_pending_pkts |
bool | pkt_in_progress |
int | bodies_sent |
Definition at line 46 of file genericData.h.
InputBufferState::InputBufferState | ( | ) |
InputBufferState::~InputBufferState | ( | ) | [inline] |
Definition at line 50 of file genericData.h.
string InputBufferState::toString | ( | void | ) | const |
Definition at line 38 of file genericData.cc.
References address, destination, EMPTY, FULL, IB, input_channel, input_port, INVALID, output_channel, output_port, pipe_stage, REQ_OUTVC_ARB, ROUTED, SW_ALLOCATED, SW_TRAVERSAL, and SWA_REQUESTED.
Definition at line 56 of file genericData.h.
Definition at line 71 of file genericData.h.
Definition at line 65 of file genericData.h.
Definition at line 58 of file genericData.h.
Definition at line 67 of file genericData.h.
Definition at line 69 of file genericData.h.
Definition at line 57 of file genericData.h.
Definition at line 62 of file genericData.h.
Definition at line 70 of file genericData.h.
vector< uint > InputBufferState::possible_oports |
Definition at line 60 of file genericData.h.
vector< uint > InputBufferState::possible_ovcs |
Definition at line 59 of file genericData.h.
Definition at line 66 of file genericData.h.
Definition at line 68 of file genericData.h.
Definition at line 55 of file genericData.h.