Updates for OzoneCPU.
authorKevin Lim <ktlim@umich.edu>
Sat, 22 Apr 2006 23:10:39 +0000 (19:10 -0400)
committerKevin Lim <ktlim@umich.edu>
Sat, 22 Apr 2006 23:10:39 +0000 (19:10 -0400)
commit6b4396111ba26fd16c7cf0047c4cb3e13036c298
treebb986809ce7f4638da620fb0590422d26b3990e5
parentbfc507e44ecc08c4ded037cf589e968f2ba42705
Updates for OzoneCPU.

cpu/static_inst.hh:
    Updates for new CPU, also include a classification of quiesce instructions.

--HG--
extra : convert_revision : a34cd56da88fe57d7de24674fbb375bbf13f887f
19 files changed:
cpu/ozone/back_end.cc
cpu/ozone/back_end.hh
cpu/ozone/back_end_impl.hh
cpu/ozone/cpu.hh
cpu/ozone/cpu_builder.cc
cpu/ozone/cpu_impl.hh
cpu/ozone/front_end.hh
cpu/ozone/front_end_impl.hh
cpu/ozone/inorder_back_end.hh
cpu/ozone/lsq_unit.hh
cpu/ozone/lsq_unit_impl.hh
cpu/ozone/lw_back_end.cc [new file with mode: 0644]
cpu/ozone/lw_back_end.hh [new file with mode: 0644]
cpu/ozone/lw_back_end_impl.hh [new file with mode: 0644]
cpu/ozone/lw_lsq.cc [new file with mode: 0644]
cpu/ozone/lw_lsq.hh [new file with mode: 0644]
cpu/ozone/lw_lsq_impl.hh [new file with mode: 0644]
cpu/ozone/ozone_impl.hh
cpu/static_inst.hh