VPR-6.0

vpr/SRC/pack/pb_type_graph.h

Go to the documentation of this file.
00001 #ifndef PB_TYPE_GRAPH_H
00002 #define PB_TYPE_GRAPH_H
00003 
00004 void alloc_and_load_all_pb_graphs ();
00005 void echo_pb_graph (char * filename); 
00006 void free_all_pb_graph_nodes ();
00007 t_pb_graph_pin *** alloc_and_load_port_pin_ptrs_from_string(INP const t_pb_graph_node *pb_graph_parent_node, 
00008                                                                                                                                   INP t_pb_graph_node **pb_graph_children_nodes,
00009                                                                                                                                   INP const char * port_string,
00010                                                                                                                                   OUTP int ** num_ptrs,
00011                                                                                                                                   OUTP int * num_sets,
00012                                                                                                                                   INP boolean is_input_to_interc,
00013                                                                                                                                   INP boolean interconnect_error_check);
00014 #endif
00015