#include "../interfaces/router.h"
#include "genericBuffer.h"
#include "genericRC.h"
#include "genericVcAllocator.h"
#include "ptopSwaVcs.h"
#include "genericCrossbar.h"
#include "genericEvents.h"
#include "../../../util/genericData.h"
#include "../../../util/stats.h"
#include "genericLink.h"
#include <sys/time.h>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | GenericRouter4Stg |
Functions | |
void | print_state_at_deadlock (void) |
Variables | |
uint | send_early_credit |
uint | stat_print_level |
uint | do_two_stage_router |
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 39 of file config_params.h.
Referenced by dump_configuration(), RouterVcMP::print_stats(), RouterReqReply::print_stats(), Ring::print_stats(), Mesh::print_stats(), GenericRouterPhy::print_stats(), and GenericRouter4Stg::print_stats().