----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1901/ -----------------------------------------------------------
(Updated June 13, 2013, 11:24 a.m.) Review request for Default. Description (updated) ------- Changeset 9773:57a236cff5e9 --------------------------- config: Add a BaseSESystem builder for re-use in regressions This patch extends the existing system builders to also include a syscall-emulation builder. This builder is deployed in all syscall-emulation regressions that do not involve Ruby, i.e. o3-timing, simple-timing and simple-atomic, as well as the multi-processor regressions o3-timing-mp, simple-timing-mp and simple-atomic-mp (the latter are only used by SPARC at this point). The values chosen for the cache sizes match those that were used in the existing config scripts (despite being on the large side). Similarly, 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. Due to the different order the ports are connected, the bus stats get shuffled around for the multi-processor regressions. A separate patch bumps the port indices. Besides this, all behaviour is exactly the same. Diffs (updated) ----- tests/configs/base_config.py 0b4a08751b42 tests/configs/inorder-timing.py 0b4a08751b42 tests/configs/o3-timing-checker.py 0b4a08751b42 tests/configs/o3-timing-mp.py 0b4a08751b42 tests/configs/o3-timing.py 0b4a08751b42 tests/configs/simple-atomic-dummychecker.py 0b4a08751b42 tests/configs/simple-atomic-mp.py 0b4a08751b42 tests/configs/simple-atomic.py 0b4a08751b42 tests/configs/simple-timing-mp.py 0b4a08751b42 tests/configs/simple-timing.py 0b4a08751b42 tests/long/se/10.mcf/test.py 0b4a08751b42 tests/long/se/20.parser/test.py 0b4a08751b42 tests/long/se/30.eon/test.py 0b4a08751b42 tests/long/se/40.perlbmk/test.py 0b4a08751b42 tests/long/se/50.vortex/test.py 0b4a08751b42 tests/long/se/60.bzip2/test.py 0b4a08751b42 tests/long/se/70.twolf/test.py 0b4a08751b42 tests/quick/se/00.hello/test.py 0b4a08751b42 tests/quick/se/01.hello-2T-smt/test.py 0b4a08751b42 tests/quick/se/02.insttest/test.py 0b4a08751b42 tests/quick/se/20.eio-short/test.py 0b4a08751b42 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
