Updates for O3 model.
authorKevin Lim <ktlim@umich.edu>
Sat, 22 Apr 2006 22:26:48 +0000 (18:26 -0400)
committerKevin Lim <ktlim@umich.edu>
Sat, 22 Apr 2006 22:26:48 +0000 (18:26 -0400)
commita8b03e4d017b66d7b5502a101ea5b7115827a107
tree9e606dc41a9b84a574d6935e5718c8fe665cc32f
parentc30f91c2f634a0b55a9b9b9145b1fbe605bb1a02
Updates for O3 model.

arch/alpha/isa/decoder.isa:
    Make IPR accessing instructions serializing so they are not issued incorrectly in the O3 model.
arch/alpha/isa/pal.isa:
    Allow IPR instructions to have flags.
base/traceflags.py:
    Include new trace flags from the two new CPU models.
cpu/SConscript:
    Create the templates for the split mem accessor methods.  Also include the new files from the new models (the Ozone model will be checked in next).
cpu/base_dyn_inst.cc:
cpu/base_dyn_inst.hh:
    Update to the BaseDynInst for the new models.

--HG--
extra : convert_revision : cc82db9c72ec3e29cea4c3fdff74a3843e287a35
72 files changed:
arch/alpha/isa/decoder.isa
arch/alpha/isa/pal.isa
base/traceflags.py
cpu/SConscript
cpu/base_dyn_inst.cc
cpu/base_dyn_inst.hh
cpu/o3/2bit_local_pred.cc
cpu/o3/2bit_local_pred.hh
cpu/o3/alpha_cpu.hh
cpu/o3/alpha_cpu_builder.cc
cpu/o3/alpha_cpu_impl.hh
cpu/o3/alpha_dyn_inst.hh
cpu/o3/alpha_dyn_inst_impl.hh
cpu/o3/alpha_impl.hh
cpu/o3/alpha_params.hh
cpu/o3/bpred_unit.cc
cpu/o3/bpred_unit.hh
cpu/o3/bpred_unit_impl.hh
cpu/o3/btb.cc
cpu/o3/btb.hh
cpu/o3/comm.hh
cpu/o3/commit.cc
cpu/o3/commit.hh
cpu/o3/commit_impl.hh
cpu/o3/cpu.cc
cpu/o3/cpu.hh
cpu/o3/cpu_policy.hh
cpu/o3/decode.cc
cpu/o3/decode.hh
cpu/o3/decode_impl.hh
cpu/o3/fetch.cc
cpu/o3/fetch.hh
cpu/o3/fetch_impl.hh
cpu/o3/free_list.cc
cpu/o3/free_list.hh
cpu/o3/fu_pool.cc [new file with mode: 0644]
cpu/o3/fu_pool.hh [new file with mode: 0644]
cpu/o3/iew.cc
cpu/o3/iew.hh
cpu/o3/iew_impl.hh
cpu/o3/inst_queue.hh
cpu/o3/inst_queue_impl.hh
cpu/o3/lsq.cc [new file with mode: 0644]
cpu/o3/lsq.hh [new file with mode: 0644]
cpu/o3/lsq_impl.hh [new file with mode: 0644]
cpu/o3/lsq_unit.cc [new file with mode: 0644]
cpu/o3/lsq_unit.hh [new file with mode: 0644]
cpu/o3/lsq_unit_impl.hh [new file with mode: 0644]
cpu/o3/mem_dep_unit.cc
cpu/o3/mem_dep_unit.hh
cpu/o3/mem_dep_unit_impl.hh
cpu/o3/ras.cc
cpu/o3/ras.hh
cpu/o3/regfile.hh
cpu/o3/rename.cc
cpu/o3/rename.hh
cpu/o3/rename_impl.hh
cpu/o3/rename_map.cc
cpu/o3/rename_map.hh
cpu/o3/rob.hh
cpu/o3/rob_impl.hh
cpu/o3/sat_counter.cc
cpu/o3/sat_counter.hh
cpu/o3/scoreboard.cc [new file with mode: 0644]
cpu/o3/scoreboard.hh [new file with mode: 0644]
cpu/o3/store_set.cc
cpu/o3/store_set.hh
cpu/o3/thread_state.hh [new file with mode: 0644]
cpu/o3/tournament_pred.cc
cpu/o3/tournament_pred.hh
cpu/thread_state.hh [new file with mode: 0644]
python/m5/objects/FUPool.py [new file with mode: 0644]