blob: c9857f92695e5dccd8dbb04937cf1a0417c88e41 [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