Make OzoneCPU work again in SE/FS.
authorKevin Lim <ktlim@umich.edu>
Sun, 25 Jun 2006 04:22:41 +0000 (00:22 -0400)
committerKevin Lim <ktlim@umich.edu>
Sun, 25 Jun 2006 04:22:41 +0000 (00:22 -0400)
commit4787d357d51811bf5f4c73583e038de3f60e6a72
tree63b5af6f5e29c67245e9781890292f344b5477bb
parent63bdaeedfae71aa9eab4716a884fad9d7c4ece54
Make OzoneCPU work again in SE/FS.

src/cpu/ozone/cpu.hh:
    Fixes to get OzoneCPU working in SE/FS again.
src/cpu/ozone/cpu_impl.hh:
    Be sure to set up ports properly.
src/cpu/ozone/front_end.hh:
    Allow port to be created without specifying its name at the beginning.
src/cpu/ozone/front_end_impl.hh:
    Setup port properly, also only use checker if it's enabled.
src/cpu/ozone/lw_back_end_impl.hh:
    Be sure to initialize variables.
src/cpu/ozone/lw_lsq.hh:
    Handle locked flag for UP systems.
src/cpu/ozone/lw_lsq_impl.hh:
    Initialize all variables.
src/python/m5/objects/OzoneCPU.py:
    Fix up config.

--HG--
extra : convert_revision : c99e7bf82fc0dd1099c7a82eaebd58ab6017764d
src/cpu/ozone/cpu.hh
src/cpu/ozone/cpu_impl.hh
src/cpu/ozone/front_end.hh
src/cpu/ozone/front_end_impl.hh
src/cpu/ozone/lw_back_end_impl.hh
src/cpu/ozone/lw_lsq.hh
src/cpu/ozone/lw_lsq_impl.hh
src/python/m5/objects/OzoneCPU.py