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

/gem5/ext/mcpat/cacti/
H A Dparameter.h53 double l_phy; member in class:TechnologyParameter::DeviceType
71 C_junc_sidewall(0), l_phy(0), l_elec(0), R_nch_on(0), R_pch_on(0),
82 l_phy = 0;
H A Dbasic_circuit.cc108 return (dt->C_g_ideal + dt->C_overlap + 3*dt->C_fringe)*width + dt->l_phy*Cpolywire;
133 return (dt->C_g_ideal + dt->C_overlap + 3*dt->C_fringe)*width + dt->l_phy*Cpolywire;
H A Dparameter.cc57 cout << indent_str << "l_phy = " << setw(12) << l_phy << " um" << endl;
H A Dtechnology.cc1618 g_tp.peri_global.l_phy += curr_alpha * Lphy[peri_global_tech_type];
1634 g_tp.sram_cell.l_phy += curr_alpha * Lphy[ram_cell_tech_type];
1654 g_tp.dram_acc.l_phy += curr_alpha * Lphy[dram_cell_tech_flavor];
1665 g_tp.dram_wl.l_phy += curr_alpha * Lphy[dram_cell_tech_flavor];
1680 g_tp.cam_cell.l_phy += curr_alpha * Lphy[ram_cell_tech_type];

Completed in 25 milliseconds