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

/gem5/ext/mcpat/cacti/
H A Dsubarray.cc126 C_wl = (gate_C_pass(g_tp.dram.cell_a_w, g_tp.dram.b_w, true, true) + c_w_metal) * num_cols;
137 (g_tp.sram.b_w - 2 * g_tp.sram.cell_a_w) / 2.0,
148 (g_tp.cam.b_w - 2 * g_tp.cam.cell_a_w) /
158 (g_tp.sram.b_w - 2 *
H A Dparameter.h130 double b_w; member in class:TechnologyParameter::MemoryType
138 b_w = 0;
H A Dparameter.cc92 cout << indent_str << "b_w = " << setw(12) << b_w << " um" << endl;
325 cam_cell.w = g_tp.cam.b_w + 2 * wire_local.pitch *
333 cell.w = g_tp.sram.b_w + 2 * wire_local.pitch *
343 cell.w = g_tp.sram.b_w + 2 * wire_local.pitch * (g_ip->num_rw_ports - 1 + g_ip->num_wr_ports +
349 cell.w = g_tp.dram.b_w;
353 cell.w = g_tp.sram.b_w + 2 * wire_local.pitch * (g_ip->num_rw_ports - 1 +
H A Drouter.cc190 dyn_p.cell.w = g_tp.sram.b_w + 2 * g_tp.wire_outside_mat.pitch * (dyn_p.num_rw_ports - 1 +
H A Dtechnology.cc1787 g_tp.dram.b_w = sqrt(area_cell_dram / (asp_ratio_cell_dram));
1788 g_tp.dram.b_h = asp_ratio_cell_dram * g_tp.dram.b_w;
1789 g_tp.sram.b_w = sqrt(area_cell_sram / (asp_ratio_cell_sram));
1790 g_tp.sram.b_h = asp_ratio_cell_sram * g_tp.sram.b_w;
1791 g_tp.cam.b_w = sqrt(area_cell_cam / (asp_ratio_cell_cam));//Sheng
1792 g_tp.cam.b_h = asp_ratio_cell_cam * g_tp.cam.b_w;

Completed in 20 milliseconds