VPR-6.0

vpr/SRC/route/check_rr_graph.h

Go to the documentation of this file.
00001 #ifndef CHECK_RR_GRAPH_H
00002 #define CHECK_RR_GRAPH_H
00003 
00004 void check_rr_graph(INP t_graph_type graph_type,
00005                     INP int num_types,
00006                     INP t_type_ptr types,
00007                     INP int nx,
00008                     INP int ny,
00009                     INP struct s_grid_tile **grid,
00010                     INP int nodes_per_chan,
00011                     INP int Fs,
00012                     INP int num_seg_types,
00013                         INP int num_switches,
00014                     INP t_segment_inf * segment_inf,
00015                     INP int global_route_switch,
00016                     INP int delayless_switch,
00017                     INP int wire_to_ipin_switch,
00018                     t_seg_details * seg_details,
00019                     int *Fc_in,
00020                     int *Fc_out,
00021                     t_ivec *** rr_node_indices,
00022                     int *****opin_to_track_map,
00023                     int *****ipin_to_track_map,
00024                     t_ivec **** track_to_ipin_lookup,
00025                     t_ivec *** switch_block_conn,
00026                     boolean * perturb_ipins);
00027 
00028 void check_node(int inode,
00029                 enum e_route_type route_type);
00030 
00031 #endif
00032