VPR-7.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
check_rr_graph.h
Go to the documentation of this file.
1 #ifndef CHECK_RR_GRAPH_H
2 #define CHECK_RR_GRAPH_H
3 
4 void check_rr_graph(INP t_graph_type graph_type,
5  INP t_type_ptr types,
6  INP int L_nx,
7  INP int L_ny,
8  INP int nodes_per_chan,
9  INP int Fs,
10  INP int num_seg_types,
11  INP int num_switches,
12  INP t_segment_inf * segment_inf,
13  INP int global_route_switch,
14  INP int delayless_switch,
15  INP int wire_to_ipin_switch,
16  t_seg_details * seg_details,
17  int ** Fc_in,
18  int ** Fc_out,
19  int *****opin_to_track_map,
20  int *****ipin_to_track_map,
21  t_ivec **** track_to_ipin_lookup,
22  t_ivec *** switch_block_conn,
23  boolean * perturb_ipins);
24 
25 void check_node(int inode, enum e_route_type route_type);
26 
27 #endif
28 
enum e_graph_type t_graph_type
Definition: rr_graph.h:11
void check_rr_graph(INP t_graph_type graph_type, INP t_type_ptr types, INP int L_nx, INP int L_ny, INP int nodes_per_chan, INP int Fs, INP int num_seg_types, INP int num_switches, INP t_segment_inf *segment_inf, INP int global_route_switch, INP int delayless_switch, INP int wire_to_ipin_switch, t_seg_details *seg_details, int **Fc_in, int **Fc_out, int *****opin_to_track_map, int *****ipin_to_track_map, t_ivec ****track_to_ipin_lookup, t_ivec ***switch_block_conn, boolean *perturb_ipins)
#define INP
Definition: util.h:19
Definition: util.h:47
void check_node(int inode, enum e_route_type route_type)
e_route_type
Definition: vpr_types.h:682