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

/gem5/ext/mcpat/cacti/
H A Dmat.h110 bool is_dram, is_fa, pure_cam, camFlag; member in class:Mat
H A Dmat.cc69 camFlag = (is_fa || pure_cam);//although cam_cell.w = cell.w for fa, we still differentiate them.
157 camFlag ? cam_cell : cell);
170 camFlag ? cam_cell : cell);
179 camFlag ? cam_cell : cell);
188 camFlag ? cam_cell : cell);
602 camFlag ? cam_cell.w :
606 camFlag ? cam_cell.w :
617 height += height_sense_amplifier(/*camFlag? sram_cell.w:*/cell.w * deg_bl_muxing / (RWP + ERP)); // sense_amp_height
1050 double R_b_metal = camFlag ? cam_cell.h : cell.h * g_tp.wire_local.R_per_um;
1105 camFlag
[all...]

Completed in 10 milliseconds