|
VPR-7.0
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | alloc_and_load_all_pb_graphs (boolean load_power_structures) |
| void | echo_pb_graph (char *filename) |
| void | free_all_pb_graph_nodes (void) |
| 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) |
| void alloc_and_load_all_pb_graphs | ( | boolean | load_power_structures | ) |
Allocate memory into types and load the pb graph with interconnect edges
Definition at line 89 of file pb_type_graph.c.
Here is the call graph for this function:
Here is the caller graph for this function:| 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 | ||
| ) |
creates an array of pointers to the pb graph node pins in order from the port string returns t_pb_graph_pin ptr indexed by [0..num_sets_in_port - 1][0..num_ptrs - 1]
Definition at line 732 of file pb_type_graph.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void echo_pb_graph | ( | char * | filename | ) |
Print out the pb_type graph
Definition at line 143 of file pb_type_graph.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void free_all_pb_graph_nodes | ( | void | ) |
Free pb graph
Definition at line 127 of file pb_type_graph.c.
Here is the call graph for this function:
Here is the caller graph for this function: