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

/gem5/ext/mcpat/cacti/
H A Dsubarray.cc122 double C_b_metal = cell.h * g_tp.wire_local.C_per_um; local
129 C_bl = num_rows * C_b_metal;
132 C_bl = num_rows * (C_b_row_drain_C + C_b_metal);
141 C_bl = num_rows * (C_b_row_drain_C + C_b_metal);
180 C_b_metal = cam_cell.h * g_tp.wire_local.C_per_um;
182 C_bl_cam = (num_rows + 1) * (C_b_row_drain_C + C_b_metal);
185 C_bl = (num_rows + 1) * (C_b_row_drain_C + C_b_metal);

Completed in 4 milliseconds