INSEE 05.04.2011
Interconnection Nertworks Simulation and Evaluation Environment
Data Structures | Typedefs | Enumerations
C:/cygwin/home/Javier/insee/src/phit.h File Reference

Definition of FSIN Phits. More...

#include "misc.h"
Include dependency graph for phit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  phit

Typedefs

typedef enum phit_class phit_class
typedef struct phit phit

Enumerations

enum  phit_class {
  EMPTY = 0, RR = 1, SRC = 2, INFO = 3,
  TAIL = 4, RR_TAIL = 5
}

Detailed Description

Definition of FSIN Phits.


Typedef Documentation

typedef struct phit phit

Structure containing a phit.

typedef enum phit_class phit_class

Type of phit.


Enumeration Type Documentation

enum phit_class

Type of phit.

Enumerator:
EMPTY 

An empty phit without any data.

RR 

A routing record.

SRC 

?????

INFO 

A Phit containing information.

TAIL 

This Phit is the last of a packet.

RR_TAIL 

This phit is a full packet itself.