#include "arch_types.h"
#include "util.h"
Go to the source code of this file.
Definition at line 62 of file cluster_feasibility_filter.c.
63 int i, depth, input_count, output_count;
70 for (i = 0; i < depth; i++) {
71 input_count = output_count = 0;
static void discover_all_forced_connections(INOUTP t_pb_graph_node *pb_graph_node)
static int get_max_depth_of_pb_graph_node(INP t_pb_graph_node *pb_graph_node)
static void load_list_of_connectable_input_pin_ptrs(INOUTP t_pb_graph_node *pb_graph_node)
static void load_pin_class_by_depth(INOUTP t_pb_graph_node *pb_graph_node, INP int depth, OUTP int *input_count, OUTP int *output_count)
static void reset_pin_class_scratch_pad_rec(INOUTP t_pb_graph_node *pb_graph_node)
static void alloc_pin_classes_in_pb_graph_node(INOUTP t_pb_graph_node *pb_graph_node)