Searched refs:width_p (Results 1 - 3 of 3) sorted by relevance
/gem5/ext/mcpat/cacti/ |
H A D | decoder.h | 228 double width_p[MAX_NUMBER_GATES_STAGE]; member in class:Driver
|
H A D | decoder.cc | 1426 width_p[i] = 0; 1437 width_p[0] = p_to_n_sz_ratio * g_tp.min_w_nmos_; 1439 double F = c_load / gate_C(width_n[0] + width_p[0], 0, is_dram_); 1445 width_p, 1461 c_load = gate_C(width_n[i+1] + width_p[i+1], 0.0, is_dram_); 1462 c_intrinsic = drain_C_(width_p[i], PCH, 1, 1, g_tp.cell_h_def, is_dram_) + 1471 cmos_Isub_leakage(width_n[i], width_p[i], 1, inv, is_dram_) * 1474 cmos_Ig_leakage(width_n[i], width_p[i], 1, inv, is_dram_) * 1481 c_intrinsic = drain_C_(width_p[i], PCH, 1, 1, g_tp.cell_h_def, is_dram_) + 1490 cmos_Isub_leakage(width_n[i], width_p[ [all...] |
H A D | mat.cc | 897 c_gate_load = gate_C(ml_to_ram_wl_drv->width_n[0] + ml_to_ram_wl_drv->width_p[0], 0, is_dram);
|
Completed in 18 milliseconds