Searched refs:r_b_metal (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Dmat.cc479 double rd, C_intrinsic, C_ld, tf, R_bl_precharge, r_b_metal, R_bl, C_bl; local
499 r_b_metal = cam_cell.h * g_tp.wire_local.R_per_um;//dummy rows in sram are filled in
500 R_bl = subarray.num_rows * r_b_metal;
550 double r_b_metal = cell.h * g_tp.wire_local.R_per_um; local
551 double R_bl = subarray.num_rows * r_b_metal;
790 double r_b_metal = cam_cell.h * g_tp.wire_local.R_per_um; local
791 double R_bl = (subarray.num_rows + 1) * r_b_metal;

Completed in 10 milliseconds