00001 void check_rr_graph(IN t_graph_type graph_type, 00002 IN int num_types, 00003 IN t_type_ptr types, 00004 IN int nx, 00005 IN int ny, 00006 IN struct s_grid_tile **grid, 00007 IN int nodes_per_chan, 00008 IN int Fs, 00009 IN int num_seg_types, 00010 IN int num_switches, 00011 IN t_segment_inf * segment_inf, 00012 IN int global_route_switch, 00013 IN int delayless_switch, 00014 IN int wire_to_ipin_switch, 00015 t_seg_details * seg_details, 00016 int *Fc_in, 00017 int *Fc_out, 00018 t_ivec *** rr_node_indices, 00019 int *****opin_to_track_map, 00020 int *****ipin_to_track_map, 00021 t_ivec **** track_to_ipin_lookup, 00022 t_ivec *** switch_block_conn, 00023 boolean * perturb_ipins); 00024 00025 void check_node(int inode, 00026 enum e_route_type route_type);