tests, scons: Fix Testlib test failures
This commit changes the fs/linux/arm and learning_gem5 tests as they were previously failing with the Ruby change. The fs/linux/arm long tests require the addition of a new gem5 build, ARM_X86, which builds the ARM and X86 ISAs with the MESI_Two_Level cache hierarchy.
This commit is contained in:
6
build_opts/ARM_X86
Normal file
6
build_opts/ARM_X86
Normal file
@@ -0,0 +1,6 @@
|
||||
BUILD_ISA=y
|
||||
USE_ARM_ISA=y
|
||||
USE_X86_ISA=y
|
||||
RUBY=y
|
||||
PROTOCOL="MESI_Two_Level"
|
||||
RUBY_PROTOCOL_MESI_Two_Level=y
|
||||
Reference in New Issue
Block a user