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