Searched refs:randomization (Results 1 - 9 of 9) sorted by relevance

/gem5/src/mem/ruby/network/
H A DMessageBuffer.py40 randomization = Param.Bool(False, "Insert random delays on message \
43 randomization flag is True)") variable in class:MessageBuffer
H A DMessageBuffer.cc48 m_randomization(p->randomization)
166 // random delays are inserted if either RubySystem level randomization flag
167 // is turned on, or the buffer level randomization is set
169 // No randomization
/gem5/src/mem/ruby/system/
H A DRubySystem.py37 randomization = Param.Bool(False, variable in class:RubySystem
39 buffers are enforced to have randomization; otherwise, a message \
40 buffer set its own flag to enable/disable randomization)");
H A DRubySystem.cc63 m_randomization = p->randomization;
/gem5/tests/configs/
H A Drubytest-ruby.py97 # The tester is most effective when randomization is turned on and
100 system.ruby.randomization = True
H A Dgpu-randomtest-ruby.py112 # The tester is most effective when randomization is turned on and
115 system.ruby.randomization = True
/gem5/configs/example/
H A Druby_random_test.py123 # The tester is most effective when randomization is turned on and
126 system.ruby.randomization = True
H A Druby_mem_test.py139 # The tester is most effective when randomization is turned on and
142 system.ruby.randomization = True
H A Druby_gpu_random_test.py147 # The tester is most effective when randomization is turned on and
150 system.ruby.randomization = True

Completed in 17 milliseconds