blob: 4d1386d4ef15c6d026a981d37f3ed394ef1f5edc [file] [log] [blame]
#ifndef RR_GRAPH_AREA_H
#define RR_GRAPH_AREA_H
void count_routing_transistors(enum e_directionality directionality,
int num_switch, int wire_to_ipin_switch, std::vector<t_segment_inf>& segment_inf,
float R_minW_nmos, float R_minW_pmos);
float trans_per_buf(float Rbuf, float R_minW_nmos, float R_minW_pmos);
#endif