gem5/src/cpu/ozone
Kevin Lim 4787d357d5 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
2006-06-25 00:22:41 -04:00
..
back_end.cc Update copyright. 2006-06-07 16:02:55 -04:00
back_end.hh Update copyright. 2006-06-07 16:02:55 -04:00
back_end_impl.hh Update copyright. 2006-06-07 16:02:55 -04:00
base_dyn_inst.cc Changes to get OzoneCPU to compile once more. 2006-06-22 23:33:26 -04:00
bpred_unit.cc Changes to get OzoneCPU to compile once more. 2006-06-22 23:33:26 -04:00
checker_builder.cc Changes to get OzoneCPU to compile once more. 2006-06-22 23:33:26 -04:00
cpu.cc Changes to get OzoneCPU to compile once more. 2006-06-22 23:33:26 -04:00
cpu.hh Make OzoneCPU work again in SE/FS. 2006-06-25 00:22:41 -04:00
cpu_builder.cc Changes to get OzoneCPU to compile once more. 2006-06-22 23:33:26 -04:00
cpu_impl.hh Make OzoneCPU work again in SE/FS. 2006-06-25 00:22:41 -04:00
dyn_inst.cc Update copyright. 2006-06-07 16:02:55 -04:00
dyn_inst.hh Changes to get OzoneCPU to compile once more. 2006-06-22 23:33:26 -04:00
dyn_inst_impl.hh Changes to get OzoneCPU to compile once more. 2006-06-22 23:33:26 -04:00
ea_list.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
ea_list.hh Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
front_end.cc Changes to get OzoneCPU to compile once more. 2006-06-22 23:33:26 -04:00
front_end.hh Make OzoneCPU work again in SE/FS. 2006-06-25 00:22:41 -04:00
front_end_impl.hh Make OzoneCPU work again in SE/FS. 2006-06-25 00:22:41 -04:00
inorder_back_end.cc Update copyright. 2006-06-07 16:02:55 -04:00
inorder_back_end.hh Update copyright. 2006-06-07 16:02:55 -04:00
inorder_back_end_impl.hh Update copyright. 2006-06-07 16:02:55 -04:00
inst_queue.cc Update copyright. 2006-06-07 16:02:55 -04:00
inst_queue.hh Update copyright. 2006-06-07 16:02:55 -04:00
inst_queue_impl.hh Update copyright. 2006-06-07 16:02:55 -04:00
lsq_unit.cc Update copyright. 2006-06-07 16:02:55 -04:00
lsq_unit.hh Removing of old code and adding in new comments. 2006-06-09 16:28:17 -04:00
lsq_unit_impl.hh Removing of old code and adding in new comments. 2006-06-09 16:28:17 -04:00
lw_back_end.cc Update copyright. 2006-06-07 16:02:55 -04:00
lw_back_end.hh Changes to get OzoneCPU to compile once more. 2006-06-22 23:33:26 -04:00
lw_back_end_impl.hh Make OzoneCPU work again in SE/FS. 2006-06-25 00:22:41 -04:00
lw_lsq.cc Update copyright. 2006-06-07 16:02:55 -04:00
lw_lsq.hh Make OzoneCPU work again in SE/FS. 2006-06-25 00:22:41 -04:00
lw_lsq_impl.hh Make OzoneCPU work again in SE/FS. 2006-06-25 00:22:41 -04:00
null_predictor.hh Update copyright. 2006-06-07 16:02:55 -04:00
ozone_base_dyn_inst.cc Split off instantiation into separate CC files for each of the models. This makes it easier to be able to specify only certain CPU models. 2006-06-17 21:39:25 -04:00
ozone_impl.hh Changes to get OzoneCPU to compile once more. 2006-06-22 23:33:26 -04:00
rename_table.cc Changes to get OzoneCPU to compile once more. 2006-06-22 23:33:26 -04:00
rename_table.hh Update copyright. 2006-06-07 16:02:55 -04:00
rename_table_impl.hh Update copyright. 2006-06-07 16:02:55 -04:00
simple_base_dyn_inst.cc Split off instantiation into separate CC files for each of the models. This makes it easier to be able to specify only certain CPU models. 2006-06-17 21:39:25 -04:00
simple_cpu_builder.cc Changes to get OzoneCPU to compile once more. 2006-06-22 23:33:26 -04:00
simple_impl.hh Update copyright. 2006-06-07 16:02:55 -04:00
simple_params.hh Changes to get OzoneCPU to compile once more. 2006-06-22 23:33:26 -04:00
thread_state.hh Changes to get OzoneCPU to compile once more. 2006-06-22 23:33:26 -04:00