inorder: add updatePC event to resPool
authorKorey Sewell <ksewell@umich.edu>
Sun, 31 Jan 2010 23:27:49 +0000 (18:27 -0500)
committerKorey Sewell <ksewell@umich.edu>
Sun, 31 Jan 2010 23:27:49 +0000 (18:27 -0500)
commitaacc5cb205c17a91545a5d8209f5c4bda85543a9
tree4d13dcfbb71ceba02f2559e8a4b366228599df95
parent90d3b45a566847fe15095b92238e32973ad9cc0e
inorder: add updatePC event to resPool
this will be used for when a thread comes back from a cache miss, it needs to update the PCs
because the inst might of been a branch or delayslot in which the next PC isnt always
a straight addition
src/cpu/inorder/pipeline_stage.cc
src/cpu/inorder/resource.hh
src/cpu/inorder/resource_pool.cc
src/cpu/inorder/resource_pool.hh
src/cpu/inorder/resources/cache_unit.cc
src/cpu/inorder/resources/fetch_seq_unit.cc
src/cpu/inorder/resources/fetch_seq_unit.hh