OpenFPGA/vpr7_x2p/vpr/SRC/route/check_rr_graph.h

13 lines
271 B
C
Raw Normal View History

2018-07-26 12:28:21 -05:00
#ifndef CHECK_RR_GRAPH_H
#define CHECK_RR_GRAPH_H
void check_rr_graph(INP const t_graph_type graph_type,
INP const int L_nx, INP const int L_ny,
INP const int num_switches,
int **Fc_in);
2018-07-26 12:28:21 -05:00
void check_node(int inode, enum e_route_type route_type);
#endif