diff options
author | Korey Sewell <ksewell@umich.edu> | 2011-06-19 21:43:39 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2011-06-19 21:43:39 -0400 |
commit | e8b7df072b17bfd86b294fc47cf29d3d013f646a (patch) | |
tree | 59013427454f915059addd33967b774f7edfeaa0 /tests/SConscript | |
parent | d71b95d84d5aac6926f6cd4c7faca20f2c43d8dc (diff) | |
download | gem5-e8b7df072b17bfd86b294fc47cf29d3d013f646a.tar.xz |
inorder: make InOrder CPU FS compilable/visible
make syscall a SE mode only functionality
copy over basic FS functions (hwrei) to make FS compile
Diffstat (limited to 'tests/SConscript')
-rw-r--r-- | tests/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/SConscript b/tests/SConscript index 00ceebdec..2316d9092 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -270,7 +270,8 @@ if env['FULL_SYSTEM']: 'tsunami-simple-atomic-dual', 'tsunami-simple-timing-dual', 'twosys-tsunami-simple-atomic', - 'tsunami-o3', 'tsunami-o3-dual'] + 'tsunami-o3', 'tsunami-o3-dual', + 'tsunami-inorder'] if env['TARGET_ISA'] == 'sparc': configs += ['t1000-simple-atomic', 't1000-simple-timing'] |