INSEE 05.04.2011
Interconnection Nertworks Simulation and Evaluation Environment
|
00001 00005 #ifndef _phit 00006 #define _phit 00007 00008 #include "misc.h" 00009 00013 typedef enum phit_class { 00014 EMPTY = 0, 00015 RR = 1, 00016 SRC = 2, 00017 INFO = 3, 00018 TAIL = 4, 00019 RR_TAIL = 5 00020 } phit_class; 00021 00025 typedef struct phit { 00026 phit_class pclass; 00027 unsigned long packet; 00028 } phit; 00029 #endif /* _phit */