Searched refs:l_elec (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Dparameter.h54 double l_elec; member in class:TechnologyParameter::DeviceType
71 C_junc_sidewall(0), l_phy(0), l_elec(0), R_nch_on(0), R_pch_on(0),
83 l_elec = 0;
H A Dparameter.cc58 cout << indent_str << "l_elec = " << setw(12) << l_elec << " um" << endl;
H A Dtechnology.cc1619 g_tp.peri_global.l_elec += curr_alpha * Lelec[peri_global_tech_type];
1635 g_tp.sram_cell.l_elec += curr_alpha * Lelec[ram_cell_tech_type];
1655 g_tp.dram_acc.l_elec += curr_alpha * Lelec[dram_cell_tech_flavor];
1666 g_tp.dram_wl.l_elec += curr_alpha * Lelec[dram_cell_tech_flavor];
1681 g_tp.cam_cell.l_elec += curr_alpha * Lelec[ram_cell_tech_type];
1783 double gmn_sense_amp_latch = (mobility_eff_periph_global / 2) * g_tp.peri_global.C_ox * (g_tp.w_sense_n / g_tp.peri_global.l_elec) * Vdsat_periph_global;

Completed in 23 milliseconds