Searched refs:elastic (Results 1 - 12 of 12) sorted by relevance

/gem5/src/cpu/testers/traffic_gen/
H A Didle_gen.cc61 IdleGen::nextPacketTick(bool elastic, Tick delay) const argument
H A Dexit_gen.cc63 ExitGen::nextPacketTick(bool elastic, Tick delay) const argument
H A Dexit_gen.hh67 Tick nextPacketTick(bool elastic, Tick delay) const;
H A Didle_gen.hh72 Tick nextPacketTick(bool elastic, Tick delay) const ;
H A Dlinear_gen.cc93 LinearGen::nextPacketTick(bool elastic, Tick delay) const argument
106 // compensate for the delay experienced to not be elastic, by
109 if (!elastic) {
H A Drandom_gen.cc86 RandomGen::nextPacketTick(bool elastic, Tick delay) const argument
100 // compensate for the delay experienced to not be elastic, by
103 if (!elastic) {
H A Dlinear_gen.hh103 Tick nextPacketTick(bool elastic, Tick delay) const;
H A Drandom_gen.hh98 Tick nextPacketTick(bool elastic, Tick delay) const;
H A Dtrace_gen.hh182 Tick nextPacketTick(bool elastic, Tick delay) const;
H A Dtrace_gen.cc96 TraceGen::nextPacketTick(bool elastic, Tick delay) const argument
111 // if the playback is supposed to be elastic, add the delay
112 if (elastic)
H A Dbase_gen.hh129 * @param elastic should the injection respond to flow control or not
133 virtual Tick nextPacketTick(bool elastic, Tick delay) const = 0;
/gem5/configs/example/
H A Dhmctest.py29 parser.add_argument("--elastic-trace-en", action="store_true",
31 instruction fetch traces using elastic trace\

Completed in 11 milliseconds