Searched refs:Vth (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Dwire.cc204 out_rise_time = delay * repeater_spacing / deviceType->Vth;
235 rt = horowitz (0, timeconst, deviceType->Vth / deviceType->Vdd,
236 deviceType->Vth / deviceType->Vdd, FALL) /
237 (deviceType->Vdd - deviceType->Vth);
242 ft = horowitz (rt, timeconst, deviceType->Vth / deviceType->Vdd,
243 deviceType->Vth / deviceType->Vdd, RISE) / deviceType->Vth;
261 rt = horowitz (0, timeconst, deviceType->Vth / deviceType->Vdd,
262 deviceType->Vth / deviceType->Vdd, RISE) / deviceType->Vth;
[all...]
H A Dparameter.h58 double Vth; member in class:TechnologyParameter::DeviceType
72 Vdd(0), Vth(0),
87 Vth = 0;
H A Dcrossbar.cc159 delay = horowitz(w1.signal_rise_time(), res * cap, deviceType->Vth /
160 deviceType->Vdd, deviceType->Vth / deviceType->Vdd, RISE);
H A Dhtree2.cc118 deviceType->Vth / deviceType->Vdd, deviceType->Vth /
172 deviceType->Vth / deviceType->Vdd, deviceType->Vth /
H A Dmat.cc1063 v_th_mem_cell = g_tp.dram_acc.Vth;
1072 v_th_mem_cell = g_tp.sram_cell.Vth;
1437 if ((tstep) <= (0.5*(g_tp.peri_global.Vdd - g_tp.peri_global.Vth) / m)) {
1440 g_tp.peri_global.Vth);
1442 g_tp.peri_global.Vth) + 1 / m *
1443 ((g_tp.peri_global.Vdd * VTHEVALINV) - g_tp.peri_global.Vth) *
1444 ((g_tp.peri_global.Vdd * VTHEVALINV) - g_tp.peri_global.Vth);
1448 g_tp.peri_global.Vth) / (2 * m) -
H A Dparameter.cc62 cout << indent_str << "Vth = " << setw(12) << Vth << " V" << endl;
H A Dtechnology.cc1612 g_tp.peri_global.Vth += curr_alpha * v_th[peri_global_tech_type];
1637 g_tp.sram_cell.Vth += curr_alpha * v_th[ram_cell_tech_type];
1653 g_tp.dram_acc.Vth += curr_alpha * curr_v_th_dram_access_transistor;
1683 g_tp.cam_cell.Vth += curr_alpha * v_th[ram_cell_tech_type];

Completed in 32 milliseconds