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