Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
2854baa3881e8dfdc7ef53e888a83e8a4f3ef33c
/
.
/
vpr
/
src
/
device
/
check_rr_graph_obj.h
blob: 5b5041277b4394b9c05ab63ecae2cd8abfa4c82c [
file
] [
log
] [
blame
]
#ifndef
CHECK_RR_GRAPH_OBJ_H
#define
CHECK_RR_GRAPH_OBJ_H
/* Include header files which include data structures used by
* the function declaration
*/
#include
"rr_graph_obj.h"
bool
check_rr_graph
(
const
RRGraph
&
rr_graph
);
#endif