Searched refs:TriS1 (Results 1 - 4 of 4) sorted by relevance
/gem5/ext/mcpat/cacti/ |
H A D | crossbar.cc | 61 TriS1 = s1 * (1 + pton_size) / (2 + pton_size + 1 + 2 * pton_size); 64 if (TriS1 < 1) 65 TriS1 = 1; 67 double input_cap = gate_C(TriS1 * (2 * min_w_pmos + g_tp.min_w_nmos_), 0) + 68 gate_C(TriS1 * (min_w_pmos + 2 * g_tp.min_w_nmos_), 0); 69 // input_cap += drain_C_(TriS1*g_tp.min_w_nmos_, NCH, 1, 1, g_tp.cell_h_def) + 70 // drain_C_(TriS1*min_w_pmos, PCH, 1, 1, g_tp.cell_h_def)*2 + 72 // drain_C_(TriS1*min_w_pmos, NCH, 1, 1, g_tp.cell_h_def)*2 + 73 // drain_C_(TriS1*min_w_pmos, PCH, 1, 1, g_tp.cell_h_def) + 75 tri_int_cap = drain_C_(TriS1 * g_t [all...] |
H A D | crossbar.h | 77 double TriS1, TriS2; member in class:Crossbar
|
H A D | arbiter.h | 74 double TriS1, TriS2; 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
|
Completed in 6 milliseconds