inorder: switch out buffer
authorKorey Sewell <ksewell@umich.edu>
Sun, 31 Jan 2010 23:25:48 +0000 (18:25 -0500)
committerKorey Sewell <ksewell@umich.edu>
Sun, 31 Jan 2010 23:25:48 +0000 (18:25 -0500)
commite8312ab6f700b31dfa357607ab51c9c05014572d
treecabc2520a8cd933d63983f596b77f33bbfd807c8
parenta892af7b261e1c48b06ccbded5551e958c778414
inorder: switch out buffer
add buffer for instructions to switch out to in a pipeline stage
can't squash the instruction and remove the pipeline so we kind of need
to 'suspend' an instruction at the stage while the memory stall resolves
for the switch on cache miss model
src/cpu/inorder/pipeline_stage.cc
src/cpu/inorder/pipeline_stage.hh