Review Board 2.0.15


cpu/o3: clean up physical register file

Review Request #1983 - Created Aug. 21, 2013 and submitted - Latest diff uploaded

Information
Steve Reinhardt
gem5
default
Reviewers
Default
Changeset 9848:542532cc5b73
---------------------------
cpu/o3: clean up physical register file

No need for PhysRegFile to be a template class, or
have a pointer back to the CPU.  Also made some methods
for checking the physical register type (int vs. float)
based on the phys reg index, which will come in handy later.