VPR-6.0

vpr/SRC/pack/pb_type_graph_annotations.h

Go to the documentation of this file.
00001 /**
00002  * @file
00003  *
00004  * Jason Luu
00005  * April 15, 2011
00006  * pb_type_graph_annotations loads statistical information onto the different nodes/edges of a pb_type_graph.  These statistical informations include delays, capacitance, etc.
00007  */
00008 
00009 #ifndef PB_TYPE_GRAPH_ANNOTATIONS_H
00010 #define PB_TYPE_GRAPH_ANNOTATIONS_H
00011 
00012 void load_pb_graph_pin_to_pin_annotations(INOUTP t_pb_graph_node *pb_graph_node);
00013 
00014 #endif