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

/gem5/ext/mcpat/cacti/
H A Dparameter.h131 double b_h; member in class:TechnologyParameter::MemoryType
139 b_h = 0;
H A Dparameter.cc93 cout << indent_str << "b_h = " << setw(12) << b_h << " um" << endl;
321 cam_cell.h = g_tp.cam.b_h + 2 * wire_local.pitch *
330 cell.h = g_tp.sram.b_h + 2 * wire_local.pitch *
341 cell.h = g_tp.sram.b_h + 2 * wire_local.pitch * (g_ip->num_rw_ports - 1 + g_ip->num_rd_ports +
348 cell.h = g_tp.dram.b_h;
351 cell.h = g_tp.sram.b_h + 2 * wire_local.pitch * (g_ip->num_wr_ports +
H A Drouter.cc188 dyn_p.cell.h = g_tp.sram.b_h + 2 * g_tp.wire_outside_mat.pitch * (dyn_p.num_wr_ports +
H A Dtechnology.cc1788 g_tp.dram.b_h = asp_ratio_cell_dram * g_tp.dram.b_w;
1790 g_tp.sram.b_h = asp_ratio_cell_sram * g_tp.sram.b_w;
1792 g_tp.cam.b_h = asp_ratio_cell_cam * g_tp.cam.b_w;

Completed in 19 milliseconds