| 
    INSEE 05.04.2011 
   Interconnection Nertworks Simulation and Evaluation Environment 
   | 
 
#include <packet.h>

Data Fields | |
| long | tt | 
| Timestamp.  | |
| long | to | 
| Destiny.  | |
| long | from | 
| Origin.  | |
| long | size | 
| Size ( in phits )  | |
| routing_r | rr | 
| Routing record (rz not used for Midimew)  | |
| long | inj_time | 
| Cycle in wich a packet has been injected to the network.  | |
| long | n_hops | 
| Hops until current position.  | |
| message_l | mtype | 
| Type of message in bimodal injection.  | |
| long | task | 
| Task id in event driven simulation.  | |
| long | length | 
| Length of a message in event driven simulation.  | |
| long | id_trama | 
| Identifier of an Ethernet frame for execution-driven simulation.  | |
Structure that defines a FSIN packet.
It contains all the needed information for routing, stats calculating and bimodal & trace traffic supporting.
 1.7.4