From e8b7df072b17bfd86b294fc47cf29d3d013f646a Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Sun, 19 Jun 2011 21:43:39 -0400 Subject: inorder: make InOrder CPU FS compilable/visible make syscall a SE mode only functionality copy over basic FS functions (hwrei) to make FS compile --- build_opts/ALPHA_FS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_opts') diff --git a/build_opts/ALPHA_FS b/build_opts/ALPHA_FS index 3908039d1..ffe532690 100644 --- a/build_opts/ALPHA_FS +++ b/build_opts/ALPHA_FS @@ -1,4 +1,4 @@ TARGET_ISA = 'alpha' FULL_SYSTEM = 1 -CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU' +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU' PROTOCOL = 'MI_example' -- cgit v1.2.3