changeset 6d86c48f7806 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=6d86c48f7806 description: tests: Add Minor to the ARM full switcheroo tests
Add the Minor CPU to the RealView and RealView64 full switcheroo tests. diffstat: tests/configs/realview-switcheroo-full.py | 2 +- tests/configs/realview64-switcheroo-full.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diffs (24 lines): diff -r 6f10e35b57d1 -r 6d86c48f7806 tests/configs/realview-switcheroo-full.py --- a/tests/configs/realview-switcheroo-full.py Thu Jul 30 10:15:50 2015 +0100 +++ b/tests/configs/realview-switcheroo-full.py Thu Jul 30 10:16:28 2015 +0100 @@ -41,7 +41,7 @@ root = LinuxArmFSSwitcheroo( mem_class=DDR3_1600_x64, - cpu_classes=(AtomicSimpleCPU, TimingSimpleCPU, DerivO3CPU) + cpu_classes=(AtomicSimpleCPU, TimingSimpleCPU, MinorCPU, DerivO3CPU) ).create_root() # Setup a custom test method that uses the switcheroo tester that diff -r 6f10e35b57d1 -r 6d86c48f7806 tests/configs/realview64-switcheroo-full.py --- a/tests/configs/realview64-switcheroo-full.py Thu Jul 30 10:15:50 2015 +0100 +++ b/tests/configs/realview64-switcheroo-full.py Thu Jul 30 10:16:28 2015 +0100 @@ -42,7 +42,7 @@ root = LinuxArmFSSwitcheroo( machine_type='VExpress_EMM64', mem_class=DDR3_1600_x64, - cpu_classes=(AtomicSimpleCPU, TimingSimpleCPU, DerivO3CPU) + cpu_classes=(AtomicSimpleCPU, TimingSimpleCPU, MinorCPU, DerivO3CPU) ).create_root() # Setup a custom test method that uses the switcheroo tester that _______________________________________________ gem5-dev mailing list gem5-dev@gem5.org http://m5sim.org/mailman/listinfo/gem5-dev