Searched refs:RISE (Results 1 - 8 of 8) sorted by relevance
/gem5/ext/mcpat/cacti/ |
H A D | const.h | 110 #define RISE 1 macro
|
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_path, tf, 0.5, 0.5, RISE); [all...] |
H A D | crossbar.cc | 160 deviceType->Vdd, deviceType->Vth / deviceType->Vdd, RISE);
|
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); 855 this_delay = horowitz(out_time_ramp, tf, VTHFA3, VTHFA4, RISE); 899 this_delay = horowitz (out_time_ramp, tf, 0.5, 0.5, RISE); 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(inrisetime, tf, 0.5, 0.5, RISE); 1337 this_delay = horowitz(inrisetime, tf, 0.5, 0.5, RISE); 1381 double st2del = horowitz(nextinputtime, tf, VTHCOMPINV, VTHCOMPINV, RISE);
|
H A D | wire.cc | 243 deviceType->Vth / deviceType->Vdd, RISE) / deviceType->Vth; 262 deviceType->Vth / deviceType->Vdd, RISE) / deviceType->Vth; 458 deviceType->Vth / deviceType->Vdd, RISE); 527 // deviceType->Vth/deviceType->Vdd, RISE)/deviceType->Vth;
|
H A D | htree2.cc | 119 deviceType->Vdd, RISE); 173 deviceType->Vdd, RISE);
|
H A D | basic_circuit.cc | 288 if (rise == RISE) {
|
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 36 milliseconds