Searched refs:diff_cap (Results 1 - 2 of 2) sorted by relevance
/gem5/ext/mcpat/cacti/ |
H A D | router.cc | 92 Router::diff_cap(double w, int type /*0 for n-mos and 1 for p-mos*/, function in class:Router 103 return diff_cap(NTtr, 0, 1) + diff_cap(PTtr, 1, 1); 108 return diff_cap(NTtr, 0, 1) + diff_cap(PTtr, 1, 1); 119 gate_cap(PTid) + diff_cap(NTid, 0, 1) + diff_cap(PTid, 1, 1)); 125 gate_cap(PTod) + diff_cap(NTod, 0, 1) + diff_cap(PTod, 1, 1)); 131 diff_cap(NT [all...] |
H A D | router.h | 78 double diff_cap(double w, int type /*0 for n-mos and 1 for p-mos*/, double stack);
|
Completed in 4 milliseconds