Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
2854baa3881e8dfdc7ef53e888a83e8a4f3ef33c
/
.
/
vpr
/
src
/
route
/
check_route.h
blob: 4ad6075ec4e283413e3781b31c4c00bd3ffb23eb [
file
] [
log
] [
blame
]
#ifndef
VPR_CHECK_ROUTE_H
#define
VPR_CHECK_ROUTE_H
#include
"physical_types.h"
#include
"route_common.h"
void
check_route
(
enum
e_route_type route_type
);
void
recompute_occupancy_from_scratch
();
#endif