----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1901/ -----------------------------------------------------------
(Updated June 11, 2013, 8:22 a.m.) Review request for Default. Description (updated) ------- Changeset 9772:b914860111a9 --------------------------- config: Add a BaseSESystem builder for re-use in regressions This patch extends the existing system builders to also include a syscall-emulation base builder. To start with, this builder is only deployed in a limited number of cases, most notably o3-timing, simple-timing and simple-atomic. The main reason for this is to not change any regressions. At this point only a uni-processor builder is added, and the values chosen for the cache sizes match those that were used in the existing config scripts (despite being on the large side). A mem_class parameter is added to the builder base class to enable simple-atomic to use SimpleMemory and o3-timing to use the default DDR3 configuration. Diffs (updated) ----- tests/configs/inorder-timing.py 9df73385c878 tests/configs/base_config.py 9df73385c878 tests/configs/o3-timing-checker.py 9df73385c878 tests/configs/o3-timing.py 9df73385c878 tests/configs/simple-atomic-dummychecker.py 9df73385c878 tests/configs/simple-atomic.py 9df73385c878 tests/configs/simple-timing.py 9df73385c878 tests/long/se/10.mcf/test.py 9df73385c878 tests/long/se/20.parser/test.py 9df73385c878 tests/long/se/30.eon/test.py 9df73385c878 tests/long/se/40.perlbmk/test.py 9df73385c878 tests/long/se/50.vortex/test.py 9df73385c878 tests/long/se/60.bzip2/test.py 9df73385c878 tests/long/se/70.twolf/test.py 9df73385c878 tests/quick/se/00.hello/test.py 9df73385c878 tests/quick/se/01.hello-2T-smt/test.py 9df73385c878 tests/quick/se/02.insttest/test.py 9df73385c878 tests/quick/se/20.eio-short/test.py 9df73385c878 Diff: http://reviews.gem5.org/r/1901/diff/ Testing ------- All regressions pass Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
