Searched refs:deviceType (Results 1 - 14 of 14) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Dwire.cc47 resistivity(resistivity), deviceType(dt) {
49 min_w_pmos = deviceType->n_to_p_eff_curr_drv_ratio * g_tp.min_w_nmos_;
86 deviceType = dt;
89 min_w_pmos = deviceType->n_to_p_eff_curr_drv_ratio * g_tp.min_w_nmos_;
204 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
[all...]
H A Dcrossbar.h76 TechnologyParameter::DeviceType *deviceType; member in class:Crossbar
H A Dhtree2.cc52 deviceType(dt) {
69 min_w_pmos = deviceType->n_to_p_eff_curr_drv_ratio * min_w_nmos;
109 double pton_size = deviceType->n_to_p_eff_curr_drv_ratio;
118 deviceType->Vth / deviceType->Vdd, deviceType->Vth /
119 deviceType->Vdd, RISE);
124 deviceType->Vdd * deviceType->Vdd;
130 deviceType
[all...]
H A Darbiter.h73 TechnologyParameter::DeviceType *deviceType; member in class:Arbiter
H A Dcrossbar.cc43 ): n_inp(n_inp_), n_out(n_out_), flit_size(flit_size_), deviceType(dt) {
44 min_w_pmos = deviceType->n_to_p_eff_curr_drv_ratio * g_tp.min_w_nmos_;
59 double pton_size = deviceType->n_to_p_eff_curr_drv_ratio;
159 delay = horowitz(w1.signal_rise_time(), res * cap, deviceType->Vth /
160 deviceType->Vdd, deviceType->Vth / deviceType->Vdd, RISE);
H A Dhtree2.h96 TechnologyParameter::DeviceType *deviceType; member in class:Htree2
H A Dnuca.h92 TechnologyParameter::DeviceType *deviceType; member in class:Nuca
H A Drouter.h74 TechnologyParameter::DeviceType *deviceType; member in class:Router
H A Dwire.h119 TechnologyParameter::DeviceType *deviceType; member in class:Wire
H A Darbiter.cc41 o_len (output_len), deviceType(dt) {
42 min_w_pmos = deviceType->n_to_p_eff_curr_drv_ratio * g_tp.min_w_nmos_;
H A Drouter.cc46 deviceType(dt),
52 min_w_pmos = deviceType->n_to_p_eff_curr_drv_ratio * g_tp.min_w_nmos_;
H A Dnuca.cc49 ): deviceType(dt) {
/gem5/ext/mcpat/
H A Dinterconnect.h90 TechnologyParameter::DeviceType* deviceType; member in class:Interconnect
H A Dinterconnect.cc60 deviceType(dt) {
68 min_w_pmos = deviceType->n_to_p_eff_curr_drv_ratio * min_w_nmos;

Completed in 25 milliseconds