Searched refs:horowitz (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Ddecoder.cc200 this_delay = horowitz(inrisetime, tf, 0.5, 0.5, RISE);
211 this_delay = horowitz(inrisetime, tf, 0.5, 0.5, RISE);
224 this_delay = horowitz(inrisetime, tf, 0.5, 0.5, RISE);
680 this_delay = horowitz(inrisetime_nand2_path, tf, 0.5, 0.5, RISE);
692 this_delay = horowitz(inrisetime_nand2_path, tf, 0.5, 0.5, RISE);
708 this_delay = horowitz(inrisetime_nand2_path, tf, 0.5, 0.5, RISE);
717 this_delay = horowitz(inrisetime_nand2_path, tf, 0.5, 0.5, RISE);
732 this_delay = horowitz(inrisetime_nand3_path, tf, 0.5, 0.5, RISE);
744 this_delay = horowitz(inrisetime_nand3_path, tf, 0.5, 0.5, RISE);
760 this_delay = horowitz(inrisetime_nand3_pat
[all...]
H A Dbasic_circuit.h133 double horowitz (
H A Dwire.cc235 rt = horowitz (0, timeconst, deviceType->Vth / deviceType->Vdd,
242 ft = horowitz (rt, timeconst, deviceType->Vth / deviceType->Vdd,
261 rt = horowitz (0, timeconst, deviceType->Vth / deviceType->Vdd,
267 ft = horowitz (rt, timeconst, deviceType->Vth / deviceType->Vdd,
457 delay = horowitz(inputrise, timeconst, deviceType->Vth / deviceType->Vdd,
474 delay += horowitz(inputrise, timeconst, deviceType->Vth / deviceType->Vdd,
512 delay += horowitz(inputrise, timeconst, deviceType->Vth /
526 //double rt = horowitz(inputrise, timeconst, deviceType->Vth/deviceType->Vdd,
H A Dmat.cc496 delay_wl_reset = horowitz(0, tf, 0.5, 0.5, RISE);
547 delay_wl_reset = horowitz(0, tf, 0.5, 0.5, RISE);
840 this_delay = horowitz(out_time_ramp, tf, VTHFA2, VTHFA3, FALL);
855 this_delay = horowitz(out_time_ramp, tf, VTHFA3, VTHFA4, RISE);
872 this_delay = horowitz (out_time_ramp, tf, VTHFA4, VTHFA5, FALL);
899 this_delay = horowitz (out_time_ramp, tf, 0.5, 0.5, RISE);
937 delay_hit_miss = horowitz(0, tf, 0.5, 0.5, FALL);
1279 this_delay = horowitz(inrisetime, tf, 0.5, 0.5, RISE);
1293 this_delay = horowitz(inrisetime, tf, 0.5, 0.5, RISE);
1313 this_delay = horowitz(inrisetim
[all...]
H A Dcrossbar.cc159 delay = horowitz(w1.signal_rise_time(), res * cap, deviceType->Vth /
H A Dhtree2.cc117 delay += horowitz(w1.out_rise_time, tc,
171 delay += horowitz(w1.out_rise_time, tc,
H A Dbasic_circuit.cc276 double horowitz( function
H A Dtechnology.cc2654 g_tp.kinv = horowitz(0, tf, 0.5, 0.5, RISE);
2660 g_tp.FO4 = horowitz(0, tf, 0.5, 0.5, RISE);

Completed in 37 milliseconds