inorder-o3: allow both to compile together
authorKorey Sewell <ksewell@umich.edu>
Tue, 12 May 2009 19:01:14 +0000 (15:01 -0400)
committerKorey Sewell <ksewell@umich.edu>
Tue, 12 May 2009 19:01:14 +0000 (15:01 -0400)
commitf41df0ee08467711c613faadf9879052ab7196ed
treeb5ad5be9cecdec14d6f646e099edf9efcc8b38b0
parent5127ea226a0a2cd75334c5af4cb182a1fd9b6cf1
inorder-o3: allow both to compile together
allow InOrder and O3CPU to be compiled at the same time: need to make branch prediction filed shared by both models
src/cpu/2bit_local_pred.cc [new file with mode: 0644]
src/cpu/SConscript
src/cpu/btb.cc [new file with mode: 0644]
src/cpu/inorder/SConscript
src/cpu/o3/2bit_local_pred.cc [deleted file]
src/cpu/o3/SConscript
src/cpu/o3/btb.cc [deleted file]
src/cpu/o3/ras.cc [deleted file]
src/cpu/o3/tournament_pred.cc [deleted file]
src/cpu/ras.cc [new file with mode: 0644]
src/cpu/tournament_pred.cc [new file with mode: 0644]