Add the Minor CPU to the RealView and RealView64 full switcheroo
tests.
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
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