----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/944/ -----------------------------------------------------------
(Updated 2012-01-12 10:20:13.039472) Review request for Default. Summary ------- CPU: Moving towards a more general port across CPU models This patch performs minimal changes to move the instruction and data ports from specialised subclasses to the base CPU (to the largest degree possible). Ultimately it servers to make the CPU(s) have a well-defined interface to the memory sub-system. Diffs (updated) ----- src/cpu/BaseCPU.py 99ba36eaa789 src/cpu/base.hh 99ba36eaa789 src/cpu/base.cc 99ba36eaa789 src/cpu/inorder/InOrderCPU.py 99ba36eaa789 src/cpu/o3/O3CPU.py 99ba36eaa789 src/cpu/o3/cpu.hh 99ba36eaa789 src/cpu/o3/cpu.cc 99ba36eaa789 src/cpu/o3/fetch.hh 99ba36eaa789 src/cpu/o3/fetch_impl.hh 99ba36eaa789 src/cpu/o3/iew.hh 99ba36eaa789 src/cpu/o3/lsq.hh 99ba36eaa789 src/cpu/o3/lsq_impl.hh 99ba36eaa789 src/cpu/simple/AtomicSimpleCPU.py 99ba36eaa789 src/cpu/simple/TimingSimpleCPU.py 99ba36eaa789 src/cpu/simple/atomic.hh 99ba36eaa789 src/cpu/simple/atomic.cc 99ba36eaa789 src/cpu/simple/timing.hh 99ba36eaa789 src/cpu/simple/timing.cc 99ba36eaa789 Diff: http://reviews.m5sim.org/r/944/diff Testing ------- util/regress all passing (disregarding t1000 and eio) Thanks, Andreas _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
