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

/gem5/ext/mcpat/cacti/
H A Ddecoder.cc1130 double leak_nand3_path = 0; local
1161 leak_nand3_path +=
1169 leak_nand3_path *= (num_buffers_driving_2_nand3_load + num_buffers_driving_8_nand3_load);
1173 power_nand3_path.readOp.leakage = leak_nand3_path * g_tp.peri_global.Vdd;
1289 double leak_nand3_path = 0; local
1309 leak_nand3_path += cmos_Isub_leakage(width_nand3_path_n[i], width_nand3_path_p[i], 1, inv,is_dram_);
1312 leak_nand3_path *= (num_buffers_driving_2_nand3_load + num_buffers_driving_8_nand3_load);
1316 power_nand3_path.readOp.leakage = leak_nand3_path * g_tp.peri_global.Vdd;

Completed in 9 milliseconds