Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
93fc4148eccad56cd5774d8f20cf9ed2f549939a
/
.
/
vpr
/
src
/
route
/
route_breadth_first.h
blob: 5d6217728cb9923be929c52223568cabd9c37d7a [
file
]
#ifndef
ROUTE_BREADTH_FIRST_H
#define
ROUTE_BREADTH_FIRST_H
#include
"route_common.h"
bool
try_breadth_first_route
(
t_router_opts router_opts
);
bool
try_breadth_first_route_net
(
ClusterNetId
net_id
,
float
pres_fac
,
t_router_opts router_opts
);
#endif