gem5/cpu/beta_cpu
Steve Reinhardt 9725c13a0b Minor changes to get new cpu to compile with FULL_SYSTEM.
cpu/beta_cpu/full_cpu.hh:
    Make cpu_id protected rather than private so derived
    classes can access it.
cpu/beta_cpu/regfile.hh:
    Get rid of troublesome debugging statement.

--HG--
extra : convert_revision : ae1f841697ea8d736579b8278eaf8fc6bdf3b6c5
2005-05-20 17:13:37 -04:00
..
2bit_local_pred.cc 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
2bit_local_pred.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_dyn_inst.cc Initial light-weight OoO CPU checkin, along with gcc-3.4 fixes. 2005-02-25 18:00:49 -05:00
alpha_dyn_inst.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_dyn_inst_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_full_cpu.cc Initial light-weight OoO CPU checkin, along with gcc-3.4 fixes. 2005-02-25 18:00:49 -05:00
alpha_full_cpu.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_full_cpu_builder.cc Large update of several parts of my code. The most notable change is the inclusion of a full-fledged load/store queue. At the moment it still has some issues running, but most of the code is hopefully close to the final version. 2005-05-03 10:56:47 -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 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_params.hh Large update of several parts of my code. The most notable change is the inclusion of a full-fledged load/store queue. At the moment it still has some issues running, but most of the code is hopefully close to the final version. 2005-05-03 10:56:47 -04:00
bpred_unit.cc Initial light-weight OoO CPU checkin, along with gcc-3.4 fixes. 2005-02-25 18:00:49 -05:00
bpred_unit.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
bpred_unit_impl.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
btb.cc Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
btb.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
comm.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
commit.cc Fix up #defines to use full path; fix up code for g++ 3.4 2005-02-11 17:54:33 -05:00
commit.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
commit_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
cpu_policy.hh Large update of several parts of my code. The most notable change is the inclusion of a full-fledged load/store queue. At the moment it still has some issues running, but most of the code is hopefully close to the final version. 2005-05-03 10:56:47 -04:00
decode.cc Fix up #defines to use full path; fix up code for g++ 3.4 2005-02-11 17:54:33 -05:00
decode.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
decode_impl.hh Large update of several parts of my code. The most notable change is the inclusion of a full-fledged load/store queue. At the moment it still has some issues running, but most of the code is hopefully close to the final version. 2005-05-03 10:56:47 -04:00
fetch.cc Fix up #defines to use full path; fix up code for g++ 3.4 2005-02-11 17:54:33 -05:00
fetch.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
fetch_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
free_list.cc Update to make multiple instruction issue and different latencies work. 2004-09-23 14:06:03 -04:00
free_list.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
full_cpu.cc 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
full_cpu.hh Minor changes to get new cpu to compile with FULL_SYSTEM. 2005-05-20 17:13:37 -04:00
iew.cc Large update of several parts of my code. The most notable change is the inclusion of a full-fledged load/store queue. At the moment it still has some issues running, but most of the code is hopefully close to the final version. 2005-05-03 10:56:47 -04:00
iew.hh Large update of several parts of my code. The most notable change is the inclusion of a full-fledged load/store queue. At the moment it still has some issues running, but most of the code is hopefully close to the final version. 2005-05-03 10:56:47 -04:00
iew_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
inst_queue.cc Initial light-weight OoO CPU checkin, along with gcc-3.4 fixes. 2005-02-25 18:00:49 -05:00
inst_queue.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
inst_queue_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
mem_dep_unit.cc Initial light-weight OoO CPU checkin, along with gcc-3.4 fixes. 2005-02-25 18:00:49 -05:00
mem_dep_unit.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
mem_dep_unit_impl.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
ras.cc Initial light-weight OoO CPU checkin, along with gcc-3.4 fixes. 2005-02-25 18:00:49 -05:00
ras.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
regfile.hh Minor changes to get new cpu to compile with FULL_SYSTEM. 2005-05-20 17:13:37 -04:00
rename.cc Fix up #defines to use full path; fix up code for g++ 3.4 2005-02-11 17:54:33 -05:00
rename.hh Fix up #defines to use full path; fix up code for g++ 3.4 2005-02-11 17:54:33 -05:00
rename_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
rename_map.cc Initial light-weight OoO CPU checkin, along with gcc-3.4 fixes. 2005-02-25 18:00:49 -05:00
rename_map.hh Initial light-weight OoO CPU checkin, along with gcc-3.4 fixes. 2005-02-25 18:00:49 -05: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 Large update of several parts of my code. The most notable change is the inclusion of a full-fledged load/store queue. At the moment it still has some issues running, but most of the code is hopefully close to the final version. 2005-05-03 10:56:47 -04:00
rob_impl.hh Large update of several parts of my code. The most notable change is the inclusion of a full-fledged load/store queue. At the moment it still has some issues running, but most of the code is hopefully close to the final version. 2005-05-03 10:56:47 -04:00
sat_counter.cc Initial light-weight OoO CPU checkin, along with gcc-3.4 fixes. 2005-02-25 18:00:49 -05:00
sat_counter.hh Initial light-weight OoO CPU checkin, along with gcc-3.4 fixes. 2005-02-25 18:00:49 -05:00
store_set.cc Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
store_set.hh Check in of various updates to the CPU. Mainly adds in stats, improves 2004-10-21 18:02:36 -04:00
tournament_pred.cc 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
tournament_pred.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