Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
refs/heads/node_id
/
.
/
vpr
/
src
/
route
/
check_route.h
blob: 37dc674feba2c09fe9dcb333b60c86146838fe50 [
file
] [
log
] [
blame
] [
edit
]
#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
,
int
num_switches
);
void
recompute_occupancy_from_scratch
();
#endif