#include "../interfaces/router.h"
#include "genericBuffer.h"
#include "genericRC.h"
#include "vcaMsgAware.h"
#include "genericVcAllocator.h"
#include "ptopSwaVcs.h"
#include "genericCrossbar.h"
#include "../../../util/genericData.h"
#include "../../../util/stats.h"
#include "genericLink.h"
#include <sys/time.h>
#include <algorithm>
#include <list>
Go to the source code of this file.
Classes | |
class | RouterReqReply |
Functions | |
void | print_state_at_deadlock (void) |
Variables | |
uint | send_early_credit |
uint | stat_print_level |
uint | do_two_stage_router |
uint | no_msg_classes |
IrisStats * | istat |
void print_state_at_deadlock | ( | void | ) |
=====================================================================================
Filename: genericInterfaceNB.h
Description: Component that connects a PE to a router. This converts a HLP t flits and sends them out on the respective channel. It is non-blocking in the sense that flits are sent as long as there are credits for the downstream buffer available. In cases where you need to check send a new packet only if the next buffer is completely empty this wont work.
Version: 1.0 Created: 02/24/2010 02:04:22 PM Revision: none Compiler: gcc
Author: Mitchelle Rasquinha (), mitchelle.rasquinha@gatech.edu Company: Georgia Institute of Technology
=====================================================================================
Definition at line 33 of file config_params.h.
Definition at line 43 of file config_params.h.
Definition at line 36 of file config_params.h.
Referenced by RouterReqReply::do_virtual_channel_allocation(), dump_configuration(), RouterReqReply::init(), and main().
Definition at line 39 of file config_params.h.