Updates to Ozone CPU.
authorKevin Lim <ktlim@umich.edu>
Thu, 28 Sep 2006 04:14:15 +0000 (00:14 -0400)
committerKevin Lim <ktlim@umich.edu>
Thu, 28 Sep 2006 04:14:15 +0000 (00:14 -0400)
commit30b719fd768115bb26e848a02096350c11c1b0bd
tree063e7f9b3739893c4e0f7d85d453a08516f6de82
parent51f19f2e28a30054d4a9cc06b059b602e17e504f
Updates to Ozone CPU.

cpu/ozone/cpu_impl.hh:
    Be sure to update rename tables.
cpu/ozone/front_end_impl.hh:
    Handle serialize instructions slightly differently.  This allows front end to continue even if back end hasn't processed it yet.
cpu/ozone/lw_back_end_impl.hh:
    Handle stores with faults properly.
cpu/ozone/lw_lsq.hh:
    Handle committed stores properly.
cpu/ozone/lw_lsq_impl.hh:
    Handle uncacheable loads properly.

--HG--
extra : convert_revision : 093edc2eee890139a9962c97c938575e6d313f09
cpu/ozone/cpu_impl.hh
cpu/ozone/front_end_impl.hh
cpu/ozone/lw_back_end_impl.hh
cpu/ozone/lw_lsq.hh
cpu/ozone/lw_lsq_impl.hh