Searched hist:2763 (Results 1 - 7 of 7) sorted by relevance

/gem5/src/mem/ruby/system/
H A DRubySystem.pydiff 11074:2763a59c73ff Tue Sep 01 16:50:00 EDT 2015 Nilay Vaish <nilay@cs.wisc.edu> 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.
/gem5/src/python/m5/
H A Dconfig.pydiff 2763:c3741c707d53 Sat Jun 17 00:08:00 EDT 2006 Steve Reinhardt <stever@eecs.umich.edu> Rename SWIG "main" module to "cc_main" so it's
clear from the Python side that this is the
interface to C++.

src/SConscript:
main_wrap.cc -> cc_main_wrap.cc
src/python/SConscript:
src/python/m5/__init__.py:
src/sim/main.cc:
s/main/cc_main/
src/python/m5/config.py:
s/main/cc_main/
Also directly import cc_main so we don't need
to put the "m5." in front all the time.
H A D__init__.pydiff 2763:c3741c707d53 Sat Jun 17 00:08:00 EDT 2006 Steve Reinhardt <stever@eecs.umich.edu> Rename SWIG "main" module to "cc_main" so it's
clear from the Python side that this is the
interface to C++.

src/SConscript:
main_wrap.cc -> cc_main_wrap.cc
src/python/SConscript:
src/python/m5/__init__.py:
src/sim/main.cc:
s/main/cc_main/
src/python/m5/config.py:
s/main/cc_main/
Also directly import cc_main so we don't need
to put the "m5." in front all the time.
/gem5/src/sim/
H A Dmain.ccdiff 2763:c3741c707d53 Sat Jun 17 00:08:00 EDT 2006 Steve Reinhardt <stever@eecs.umich.edu> Rename SWIG "main" module to "cc_main" so it's
clear from the Python side that this is the
interface to C++.

src/SConscript:
main_wrap.cc -> cc_main_wrap.cc
src/python/SConscript:
src/python/m5/__init__.py:
src/sim/main.cc:
s/main/cc_main/
src/python/m5/config.py:
s/main/cc_main/
Also directly import cc_main so we don't need
to put the "m5." in front all the time.
/gem5/src/python/
H A DSConscriptdiff 2763:c3741c707d53 Sat Jun 17 00:08:00 EDT 2006 Steve Reinhardt <stever@eecs.umich.edu> Rename SWIG "main" module to "cc_main" so it's
clear from the Python side that this is the
interface to C++.

src/SConscript:
main_wrap.cc -> cc_main_wrap.cc
src/python/SConscript:
src/python/m5/__init__.py:
src/sim/main.cc:
s/main/cc_main/
src/python/m5/config.py:
s/main/cc_main/
Also directly import cc_main so we don't need
to put the "m5." in front all the time.
/gem5/configs/ruby/
H A DRuby.pydiff 11074:2763a59c73ff Tue Sep 01 16:50:00 EDT 2015 Nilay Vaish <nilay@cs.wisc.edu> 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.
/gem5/src/
H A DSConscriptdiff 2763:c3741c707d53 Sat Jun 17 00:08:00 EDT 2006 Steve Reinhardt <stever@eecs.umich.edu> Rename SWIG "main" module to "cc_main" so it's
clear from the Python side that this is the
interface to C++.

src/SConscript:
main_wrap.cc -> cc_main_wrap.cc
src/python/SConscript:
src/python/m5/__init__.py:
src/sim/main.cc:
s/main/cc_main/
src/python/m5/config.py:
s/main/cc_main/
Also directly import cc_main so we don't need
to put the "m5." in front all the time.

Completed in 132 milliseconds