Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
3039c4c2f35470e4ea13bd47044df8cd254bbc7d
/
.
/
vpr
/
src
/
route
/
rr_graph_util.h
blob: c065500bdb03ec9d37d9693451294e3ebe154242 [
file
] [
log
] [
blame
]
#ifndef
RR_GRAPH_UTIL_H
#define
RR_GRAPH_UTIL_H
int
seg_index_of_cblock
(
t_rr_type from_rr_type
,
int
to_node
);
int
seg_index_of_sblock
(
int
from_node
,
int
to_node
);
#endif