Searched refs:NTi (Results 1 - 4 of 4) sorted by relevance
/gem5/ext/mcpat/cacti/ |
H A D | arbiter.cc | 49 NTi = 12.5 * technology / 2; 61 gate_C(PTn2, 0) + gate_C(NTi, 0) + gate_C(PTi, 0) + 62 drain_C_(NTi, 0, 1, 1, g_tp.cell_h_def) + 100 double not_leak = cmos_Isub_leakage(g_tp.min_w_nmos_ * NTi, 106 double not_leak_gate = cmos_Ig_leakage(g_tp.min_w_nmos_ * NTi, 124 drain_C_(NTi, 0, 1, 1, g_tp.cell_h_def) + drain_C_(PTi, 1, 1, 1, g_tp.cell_h_def) + 125 gate_C(NTi, 0) + gate_C(PTi, 0));
|
H A D | arbiter.h | 69 double NTn1, PTn1, NTn2, PTn2, R, PTi, NTi; member in class:Arbiter
|
H A D | router.h | 82 double NTtr, PTtr, wt, ht, I, O, NTi, PTi, NTid, PTid, NTod, PTod, TriS1, TriS2; member in class:Router
|
H A D | router.cc | 64 NTi = 12.5 * technology * 1e-6 / 2; 131 diff_cap(NTi, 0, 1) + diff_cap(PTi, 1, 1) + 132 gate_cap(NTi) + gate_cap(PTi));
|
Completed in 7 milliseconds