Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
3039c4c2f35470e4ea13bd47044df8cd254bbc7d
/
.
/
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