inorder: clean up the old way of inst. scheduling

remove remnants of old way of instruction scheduling which dynamically allocated
a new resource schedule for every instruction
This commit is contained in:
Korey Sewell
2011-02-12 10:14:48 -05:00
parent e26aee514d
commit 470aa289da
8 changed files with 35 additions and 266 deletions

View File

@@ -63,7 +63,6 @@ if 'InOrderCPU' in env['CPU_MODELS']:
'InOrderGraduation', 'InOrderCachePort', 'RegDepMap', 'Resource',
'ThreadModel', 'AddrDep'])
Source('pipeline_traits.cc')
Source('inorder_dyn_inst.cc')
Source('inorder_cpu_builder.cc')
Source('inorder_trace.cc')