----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1881/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 9738:54a18bf193b4 --------------------------- config: Add a system clock command-line option This patch adds a 'sys_clock' command-line option and use it to assign clocks to the system during instantiation. As part of this change, the default clock in the System class is removed and whenever a system is instantiated a system clock value must be set. A default value is provided for the command-line option. The configs and tests are updated accordingly. Diffs ----- configs/common/Options.py 782b7284de21 configs/example/fs.py 782b7284de21 configs/example/memtest.py 782b7284de21 configs/example/ruby_direct_test.py 782b7284de21 configs/example/ruby_fs.py 782b7284de21 configs/example/ruby_mem_test.py 782b7284de21 configs/example/ruby_network_test.py 782b7284de21 configs/example/ruby_random_test.py 782b7284de21 configs/example/se.py 782b7284de21 configs/splash2/cluster.py 782b7284de21 configs/splash2/run.py 782b7284de21 src/sim/System.py 782b7284de21 tests/configs/base_config.py 782b7284de21 tests/configs/inorder-timing.py 782b7284de21 tests/configs/memtest-ruby.py 782b7284de21 tests/configs/memtest.py 782b7284de21 tests/configs/o3-timing-checker.py 782b7284de21 tests/configs/o3-timing-mp-ruby.py 782b7284de21 tests/configs/o3-timing-mp.py 782b7284de21 tests/configs/o3-timing-ruby.py 782b7284de21 tests/configs/o3-timing.py 782b7284de21 tests/configs/rubytest-ruby.py 782b7284de21 tests/configs/simple-atomic-dummychecker.py 782b7284de21 tests/configs/simple-atomic-mp-ruby.py 782b7284de21 tests/configs/simple-atomic-mp.py 782b7284de21 tests/configs/simple-atomic.py 782b7284de21 tests/configs/simple-timing-mp-ruby.py 782b7284de21 tests/configs/simple-timing-mp.py 782b7284de21 tests/configs/simple-timing-ruby.py 782b7284de21 tests/configs/simple-timing.py 782b7284de21 tests/configs/tgen-simple-dram.py 782b7284de21 tests/configs/tgen-simple-mem.py 782b7284de21 tests/configs/twosys-tsunami-simple-atomic.py 782b7284de21 Diff: http://reviews.gem5.org/r/1881/diff/ Testing ------- All regressions pass Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
