From ab2f864af2fd38cbf141708550409f3ca72c675f Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Fri, 29 Jan 2010 20:29:40 -0800 Subject: m5: Regression Tester Update This patch includes the necessary regression updates to test the new ruby configuration system. The patch includes support for multiple ruby protocols and adds the ruby random tester. The patch removes atomic mode test for ruby since ruby does not support atomic mode acceses. These tests can be added back in when ruby supports atomic mode for real. --HG-- rename : tests/quick/50.memtest/test.py => tests/quick/60.rubytest/test.py --- build_opts/ALPHA_SE_MESI_CMP_directory | 4 ++++ build_opts/ALPHA_SE_MOESI_CMP_directory | 4 ++++ build_opts/ALPHA_SE_MOESI_CMP_token | 4 ++++ build_opts/ALPHA_SE_MOESI_hammer | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 build_opts/ALPHA_SE_MESI_CMP_directory create mode 100644 build_opts/ALPHA_SE_MOESI_CMP_directory create mode 100644 build_opts/ALPHA_SE_MOESI_CMP_token create mode 100644 build_opts/ALPHA_SE_MOESI_hammer (limited to 'build_opts') diff --git a/build_opts/ALPHA_SE_MESI_CMP_directory b/build_opts/ALPHA_SE_MESI_CMP_directory new file mode 100644 index 000000000..c55731b30 --- /dev/null +++ b/build_opts/ALPHA_SE_MESI_CMP_directory @@ -0,0 +1,4 @@ +FULL_SYSTEM = 0 +SS_COMPATIBLE_FP = 1 +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU' +PROTOCOL = 'MESI_CMP_directory' diff --git a/build_opts/ALPHA_SE_MOESI_CMP_directory b/build_opts/ALPHA_SE_MOESI_CMP_directory new file mode 100644 index 000000000..5edc7688b --- /dev/null +++ b/build_opts/ALPHA_SE_MOESI_CMP_directory @@ -0,0 +1,4 @@ +FULL_SYSTEM = 0 +SS_COMPATIBLE_FP = 1 +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU' +PROTOCOL = 'MOESI_CMP_directory' diff --git a/build_opts/ALPHA_SE_MOESI_CMP_token b/build_opts/ALPHA_SE_MOESI_CMP_token new file mode 100644 index 000000000..f69c2c48c --- /dev/null +++ b/build_opts/ALPHA_SE_MOESI_CMP_token @@ -0,0 +1,4 @@ +FULL_SYSTEM = 0 +SS_COMPATIBLE_FP = 1 +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU' +PROTOCOL = 'MOESI_CMP_token' diff --git a/build_opts/ALPHA_SE_MOESI_hammer b/build_opts/ALPHA_SE_MOESI_hammer new file mode 100644 index 000000000..f21ca5e5d --- /dev/null +++ b/build_opts/ALPHA_SE_MOESI_hammer @@ -0,0 +1,4 @@ +FULL_SYSTEM = 0 +SS_COMPATIBLE_FP = 1 +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU' +PROTOCOL = 'MOESI_hammer' -- cgit v1.2.3