gem5/cpu/beta_cpu
Steve Reinhardt 62fa781fee Rename sim/universe.{cc,hh} to root.{cc,hh} (since the
object defined there was renamed Root long ago).

SConscript:
arch/alpha/alpha_linux_process.cc:
arch/alpha/alpha_tru64_process.cc:
base/misc.cc:
base/pollevent.cc:
base/pollevent.hh:
base/stats/events.cc:
base/trace.hh:
cpu/beta_cpu/fetch_impl.hh:
cpu/beta_cpu/full_cpu.cc:
cpu/beta_cpu/inst_queue_impl.hh:
cpu/pc_event.cc:
cpu/static_inst.cc:
dev/etherbus.cc:
dev/etherdump.cc:
dev/etherlink.cc:
dev/ide_disk.cc:
dev/pcidev.cc:
sim/builder.cc:
sim/eventq.cc:
sim/main.cc:
sim/root.cc:
sim/stat_control.cc:
    Rename sim/universe.{cc,hh} to root.{cc,hh}.

--HG--
rename : sim/universe.cc => sim/root.cc
extra : convert_revision : b8699e81e285253d66da75412e7bb2c251c0389a
2005-06-01 21:59:27 -04:00
..
2bit_local_pred.cc Added copyright. 2005-05-26 23:30:12 -04:00
2bit_local_pred.hh Added copyright. 2005-05-26 23:30:12 -04:00
alpha_dyn_inst.cc Added copyright. 2005-05-26 23:30:12 -04:00
alpha_dyn_inst.hh Added copyright. 2005-05-26 23:30:12 -04:00
alpha_dyn_inst_impl.hh Added copyright. 2005-05-26 23:30:12 -04:00
alpha_full_cpu.cc Added copyright. 2005-05-26 23:30:12 -04:00
alpha_full_cpu.hh Added copyright. 2005-05-26 23:30:12 -04:00
alpha_full_cpu_builder.cc Standardize clock parameter names to 'clock'. 2005-06-01 21:44:00 -04:00
alpha_full_cpu_impl.hh Fix up code for initial release. The main bug that remains is properly forwarding data from stores to loads, specifically when they are of differing sizes. 2005-05-19 01:28:25 -04:00
alpha_impl.hh Added copyright. 2005-05-26 23:30:12 -04:00
alpha_params.hh Added copyright. 2005-05-26 23:30:12 -04:00
bpred_unit.cc Added copyright. 2005-05-26 23:30:12 -04:00
bpred_unit.hh Added copyright. 2005-05-26 23:30:12 -04:00
bpred_unit_impl.hh Added copyright. 2005-05-26 23:30:12 -04:00
btb.cc Added copyright. 2005-05-26 23:30:12 -04:00
btb.hh Added copyright. 2005-05-26 23:30:12 -04:00
comm.hh Added copyright. 2005-05-26 23:30:12 -04:00
commit.cc Added copyright. 2005-05-26 23:30:12 -04:00
commit.hh Added copyright. 2005-05-26 23:30:12 -04:00
commit_impl.hh Added copyright. 2005-05-26 23:30:12 -04:00
cpu_policy.hh Added copyright. 2005-05-26 23:30:12 -04:00
decode.cc Added copyright. 2005-05-26 23:30:12 -04:00
decode.hh Added copyright. 2005-05-26 23:30:12 -04:00
decode_impl.hh Added copyright. 2005-05-26 23:30:12 -04:00
fetch.cc Added copyright. 2005-05-26 23:30:12 -04:00
fetch.hh Added copyright. 2005-05-26 23:30:12 -04:00
fetch_impl.hh Rename sim/universe.{cc,hh} to root.{cc,hh} (since the 2005-06-01 21:59:27 -04:00
free_list.cc Added copyright. 2005-05-26 23:30:12 -04:00
free_list.hh Added copyright. 2005-05-26 23:30:12 -04:00
full_cpu.cc Rename sim/universe.{cc,hh} to root.{cc,hh} (since the 2005-06-01 21:59:27 -04:00
full_cpu.hh Added copyright. 2005-05-26 23:30:12 -04:00
iew.cc Added copyright. 2005-05-26 23:30:12 -04:00
iew.hh Added copyright. 2005-05-26 23:30:12 -04:00
iew_impl.hh Added copyright. 2005-05-26 23:30:12 -04:00
inst_queue.cc Added copyright. 2005-05-26 23:30:12 -04:00
inst_queue.hh Added copyright. 2005-05-26 23:30:12 -04:00
inst_queue_impl.hh Rename sim/universe.{cc,hh} to root.{cc,hh} (since the 2005-06-01 21:59:27 -04:00
mem_dep_unit.cc Added copyright. 2005-05-26 23:30:12 -04:00
mem_dep_unit.hh Added copyright. 2005-05-26 23:30:12 -04:00
mem_dep_unit_impl.hh Added copyright. 2005-05-26 23:30:12 -04:00
ras.cc Added copyright. 2005-05-26 23:30:12 -04:00
ras.hh Added copyright. 2005-05-26 23:30:12 -04:00
regfile.hh Added copyright. 2005-05-26 23:30:12 -04:00
rename.cc Added copyright. 2005-05-26 23:30:12 -04:00
rename.hh Added copyright. 2005-05-26 23:30:12 -04:00
rename_impl.hh Added copyright. 2005-05-26 23:30:12 -04:00
rename_map.cc Added copyright. 2005-05-26 23:30:12 -04:00
rename_map.hh Added copyright. 2005-05-26 23:30:12 -04:00
rob.cc Initial light-weight OoO CPU checkin, along with gcc-3.4 fixes. 2005-02-25 18:00:49 -05:00
rob.hh Added copyright. 2005-05-26 23:30:12 -04:00
rob_impl.hh Added copyright. 2005-05-26 23:30:12 -04:00
sat_counter.cc Added copyright. 2005-05-26 23:30:12 -04:00
sat_counter.hh Added copyright. 2005-05-26 23:30:12 -04:00
store_set.cc Added copyright. 2005-05-26 23:30:12 -04:00
store_set.hh Added copyright. 2005-05-26 23:30:12 -04:00
tournament_pred.cc Added copyright. 2005-05-26 23:30:12 -04:00
tournament_pred.hh Added copyright. 2005-05-26 23:30:12 -04:00