VPR-7.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
pb_type_graph.h
Go to the documentation of this file.
1 #ifndef PB_TYPE_GRAPH_H
2 #define PB_TYPE_GRAPH_H
3 
4 void alloc_and_load_all_pb_graphs(boolean load_power_structures);
5 void echo_pb_graph(char * filename);
6 void free_all_pb_graph_nodes(void);
8  INP const t_pb_graph_node *pb_graph_parent_node,
9  INP t_pb_graph_node **pb_graph_children_nodes,
10  INP const char * port_string,
11  OUTP int ** num_ptrs,
12  OUTP int * num_sets,
13  INP boolean is_input_to_interc,
14  INP boolean interconnect_error_check);
15 #endif
16 
void alloc_and_load_all_pb_graphs(boolean load_power_structures)
Definition: pb_type_graph.c:89
t_pb_graph_pin *** alloc_and_load_port_pin_ptrs_from_string(INP int line_num, INP const t_pb_graph_node *pb_graph_parent_node, INP t_pb_graph_node **pb_graph_children_nodes, INP const char *port_string, OUTP int **num_ptrs, OUTP int *num_sets, INP boolean is_input_to_interc, INP boolean interconnect_error_check)
#define INP
Definition: util.h:19
void free_all_pb_graph_nodes(void)
void echo_pb_graph(char *filename)
#define OUTP
Definition: util.h:20