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

/gem5/ext/mcpat/cacti/
H A Ddecoder.cc523 double tot_area_L1_nand3 = 0; local
531 tot_area_L1_nand3 = 0;
535 tot_area_L1_nand3 = compute_gate_area(NAND, 3, w_L1_nand3_p[0], w_L1_nand3_n[0], g_tp.cell_h_def);
612 tot_area_L1_nand3 += compute_gate_area(INV, 1, w_L1_nand3_p[i], w_L1_nand3_n[i], g_tp.cell_h_def);
616 tot_area_L1_nand3 *= num_L1_nand3;
620 double cumulative_area_L1 = tot_area_L1_nand2 + tot_area_L1_nand3;

Completed in 9 milliseconds