inorder-alpha-fs: edit inorder model to compile FS mode

This commit is contained in:
Korey Sewell
2009-09-15 01:44:48 -04:00
parent 15bb248013
commit badb2382a8
10 changed files with 354 additions and 24 deletions

View File

@@ -79,6 +79,7 @@ if 'InOrderCPU' in env['CPU_MODELS']:
Source('resources/mult_div_unit.cc')
Source('resource_pool.cc')
Source('reg_dep_map.cc')
Source('thread_state.cc')
Source('thread_context.cc')
Source('cpu.cc')