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

/gem5/ext/mcpat/cacti/
H A Ddecoder.cc527 double tot_area_L1_nand2 = compute_gate_area(NAND, 2, w_L1_nand2_p[0], w_L1_nand2_n[0], g_tp.cell_h_def); local
603 tot_area_L1_nand2 += compute_gate_area(INV, 1, w_L1_nand2_p[i], w_L1_nand2_n[i], g_tp.cell_h_def);
607 tot_area_L1_nand2 *= num_L1_nand2;
620 double cumulative_area_L1 = tot_area_L1_nand2 + tot_area_L1_nand3;

Completed in 9 milliseconds