Lines Matching refs:peri_global

1610         g_tp.peri_global.Vdd       += curr_alpha * vdd[peri_global_tech_type];
1611 g_tp.peri_global.t_ox += curr_alpha * t_ox[peri_global_tech_type];
1612 g_tp.peri_global.Vth += curr_alpha * v_th[peri_global_tech_type];
1613 g_tp.peri_global.C_ox += curr_alpha * c_ox[peri_global_tech_type];
1614 g_tp.peri_global.C_g_ideal += curr_alpha * c_g_ideal[peri_global_tech_type];
1615 g_tp.peri_global.C_fringe += curr_alpha * c_fringe[peri_global_tech_type];
1616 g_tp.peri_global.C_junc += curr_alpha * c_junc[peri_global_tech_type];
1617 g_tp.peri_global.C_junc_sidewall = 0.25e-15; // F/micron
1618 g_tp.peri_global.l_phy += curr_alpha * Lphy[peri_global_tech_type];
1619 g_tp.peri_global.l_elec += curr_alpha * Lelec[peri_global_tech_type];
1620 g_tp.peri_global.I_on_n += curr_alpha * I_on_n[peri_global_tech_type];
1621 g_tp.peri_global.R_nch_on += curr_alpha * Rnchannelon[peri_global_tech_type];
1622 g_tp.peri_global.R_pch_on += curr_alpha * Rpchannelon[peri_global_tech_type];
1623 g_tp.peri_global.n_to_p_eff_curr_drv_ratio
1625 g_tp.peri_global.long_channel_leakage_reduction
1627 g_tp.peri_global.I_off_n += curr_alpha * I_off_n[peri_global_tech_type][g_ip->temp - 300];
1628 g_tp.peri_global.I_off_p += curr_alpha * I_off_n[peri_global_tech_type][g_ip->temp - 300];
1629 g_tp.peri_global.I_g_on_n += curr_alpha * I_g_on_n[peri_global_tech_type][g_ip->temp - 300];
1630 g_tp.peri_global.I_g_on_p += curr_alpha * I_g_on_n[peri_global_tech_type][g_ip->temp - 300];
1773 g_tp.peri_global.C_overlap = 0.2 * g_tp.peri_global.C_g_ideal;
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;