From d1e8be9a73ace42caf479005acf0e57f805e7bc2 Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Mon, 20 Jun 2011 22:44:22 -0400 Subject: inorder: sparc: add hello world regression - add InOrderCPU compile option to SPARC - add hello regression for SPARC --- build_opts/SPARC_SE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_opts') diff --git a/build_opts/SPARC_SE b/build_opts/SPARC_SE index 802176bd0..a76d7a826 100644 --- a/build_opts/SPARC_SE +++ b/build_opts/SPARC_SE @@ -1,4 +1,4 @@ TARGET_ISA = 'sparc' -CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU' +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU' FULL_SYSTEM = 0 PROTOCOL = 'MI_example' -- cgit v1.2.3