----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3007/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11039:a692042b6e6c --------------------------- 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. Diffs ----- configs/ruby/Ruby.py 863d314f6356 src/mem/ruby/system/RubySystem.py 863d314f6356 src/mem/ruby/system/System.hh 863d314f6356 src/mem/ruby/system/System.cc 863d314f6356 Diff: http://reviews.gem5.org/r/3007/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
