Searched refs:horowitz (Results 1 - 8 of 8) sorted by relevance
/gem5/ext/mcpat/cacti/ |
H A D | decoder.cc | 200 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 D | basic_circuit.h | 133 double horowitz (
|
H A D | wire.cc | 235 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 D | mat.cc | 496 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 D | crossbar.cc | 159 delay = horowitz(w1.signal_rise_time(), res * cap, deviceType->Vth /
|
H A D | htree2.cc | 117 delay += horowitz(w1.out_rise_time, tc, 171 delay += horowitz(w1.out_rise_time, tc,
|
H A D | basic_circuit.cc | 276 double horowitz( function
|
H A D | technology.cc | 2654 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 148 milliseconds