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

/gem5/ext/mcpat/cacti/
H A Dparameter.h62 double I_off_p; member in class:TechnologyParameter::DeviceType
73 I_on_n(0), I_on_p(0), I_off_n(0), I_off_p(0), I_g_on_n(0),
91 I_off_p = 0;
H A Dbasic_circuit.cc315 return nWidth*dt->I_off_n + pWidth*dt->I_off_p;
363 return pwidth * dt->I_off_p;
H A Dparameter.cc66 cout << indent_str << "I_off_p = " << setw(12) << I_off_p << " A/um" << endl;
H A Dtechnology.cc1628 g_tp.peri_global.I_off_p += curr_alpha * I_off_n[peri_global_tech_type][g_ip->temp - 300];
1648 g_tp.sram_cell.I_off_p += curr_alpha * I_off_n[ram_cell_tech_type][g_ip->temp - 300];
1677 g_tp.dram_wl.I_off_p += curr_alpha * I_off_n[dram_cell_tech_flavor][g_ip->temp - 300];
1694 g_tp.cam_cell.I_off_p += curr_alpha * I_off_n[ram_cell_tech_type][g_ip->temp - 300];

Completed in 22 milliseconds