Lines Matching defs:dt

96     const TechnologyParameter::DeviceType * dt;
99 dt = &g_tp.dram_acc; //DRAM cell access transistor
101 dt = &g_tp.dram_wl; //DRAM wordline transistor
103 dt = &g_tp.sram_cell; // SRAM cell access transistor
105 dt = &g_tp.peri_global;
108 return (dt->C_g_ideal + dt->C_overlap + 3*dt->C_fringe)*width + dt->l_phy*Cpolywire;
121 const TechnologyParameter::DeviceType * dt;
124 dt = &g_tp.dram_acc; //DRAM cell access transistor
126 dt = &g_tp.dram_wl; //DRAM wordline transistor
128 dt = &g_tp.sram_cell; // SRAM cell access transistor
130 dt = &g_tp.peri_global;
133 return (dt->C_g_ideal + dt->C_overlap + 3*dt->C_fringe)*width + dt->l_phy*Cpolywire;
148 const TechnologyParameter::DeviceType * dt;
151 dt = &g_tp.dram_acc; // DRAM cell access transistor
153 dt = &g_tp.dram_wl; // DRAM wordline transistor
155 dt = &g_tp.sram_cell; // SRAM cell access transistor
157 dt = &g_tp.peri_global;
160 double c_junc_area = dt->C_junc;
161 double c_junc_sidewall = dt->C_junc_sidewall;
162 double c_fringe = 2 * dt->C_fringe;
163 double c_overlap = 2 * dt->C_overlap;
217 const TechnologyParameter::DeviceType * dt;
220 dt = &g_tp.dram_acc; //DRAM cell access transistor
222 dt = &g_tp.dram_wl; //DRAM wordline transistor
224 dt = &g_tp.sram_cell; // SRAM cell access transistor
226 dt = &g_tp.peri_global;
229 double restrans = (nchannel) ? dt->R_nch_on : dt->R_pch_on;
245 const TechnologyParameter::DeviceType * dt;
248 dt = &g_tp.dram_acc; //DRAM cell access transistor
250 dt = &g_tp.dram_wl; //DRAM wordline transistor
252 dt = &g_tp.sram_cell; // SRAM cell access transistor
254 dt = &g_tp.peri_global;
257 double restrans = (nchannel) ? dt->R_nch_on : dt->R_pch_on;
306 TechnologyParameter::DeviceType * dt;
309 dt = &(g_tp.sram_cell);
311 dt = &(g_tp.dram_wl);
313 dt = &(g_tp.peri_global);
315 return nWidth*dt->I_off_n + pWidth*dt->I_off_p;
324 TechnologyParameter::DeviceType * dt;
327 dt = &(g_tp.sram_cell);
329 dt = &(g_tp.dram_wl);
331 dt = &(g_tp.peri_global);
333 return nwidth * dt->I_off_n;
354 TechnologyParameter::DeviceType * dt;
357 dt = &(g_tp.sram_cell);
359 dt = &(g_tp.dram_wl);
361 dt = &(g_tp.peri_global);
363 return pwidth * dt->I_off_p;
371 TechnologyParameter::DeviceType * dt;
374 dt = &(g_tp.sram_cell);
376 dt = &(g_tp.dram_wl);
378 dt = &(g_tp.peri_global);
380 return nWidth*dt->I_g_on_n;
388 TechnologyParameter::DeviceType * dt;
391 dt = &(g_tp.sram_cell);
393 dt = &(g_tp.dram_wl);
395 dt = &(g_tp.peri_global);
397 return pWidth*dt->I_g_on_p;