inorder: clean up the old way of inst. scheduling
authorKorey Sewell <ksewell@umich.edu>
Sat, 12 Feb 2011 15:14:48 +0000 (10:14 -0500)
committerKorey Sewell <ksewell@umich.edu>
Sat, 12 Feb 2011 15:14:48 +0000 (10:14 -0500)
commit470aa289da4ca2d6564db76b30355a527c65347d
treedbbc676c00ff7b4d5f4ec5839cfb817d8f37a59c
parente26aee514d328bd8c9930c742df6ce1485dce5ae
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
src/cpu/inorder/SConscript
src/cpu/inorder/cpu.cc
src/cpu/inorder/inorder_dyn_inst.cc
src/cpu/inorder/inorder_dyn_inst.hh
src/cpu/inorder/pipeline_traits.cc [deleted file]
src/cpu/inorder/pipeline_traits.hh
src/cpu/inorder/resources/cache_unit.cc
src/cpu/inorder/resources/inst_buffer.cc