gem5/configs/ruby
Nilay Vaish fe47f0a72f ruby: remove random seed
We no longer use the C library based random number generator: random().
Instead we use the C++ library provided rng.  So setting the random seed for
the RubySystem class has no effect.  Hence the variable and the corresponding
option are being dropped.
2015-09-01 15:50:33 -05:00
..
CntrlBase.py config: add base class for ruby controllers 2015-07-20 09:15:18 -05:00
MESI_Three_Level.py ruby: specify number of vnets for each protocol 2015-08-30 12:24:18 -05:00
MESI_Two_Level.py ruby: specify number of vnets for each protocol 2015-08-30 12:24:18 -05:00
MI_example.py ruby: specify number of vnets for each protocol 2015-08-30 12:24:18 -05:00
MOESI_CMP_directory.py ruby: specify number of vnets for each protocol 2015-08-30 12:24:18 -05:00
MOESI_CMP_token.py ruby: specify number of vnets for each protocol 2015-08-30 12:24:18 -05:00
MOESI_hammer.py ruby: specify number of vnets for each protocol 2015-08-30 12:24:18 -05:00
Network_test.py ruby: specify number of vnets for each protocol 2015-08-30 12:24:18 -05:00
Ruby.py ruby: remove random seed 2015-09-01 15:50:33 -05:00