Searched hist:3495 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/
H A Dbase.ccdiff 3495:884bf1f0c0c9 Mon Nov 06 13:27:00 EST 2006 Kevin Lim <ktlim@umich.edu> Clean up clock phase drift code a bit.

src/cpu/base.cc:
Move clock phase drift code to the base CPU so that any CPU model can use it.
src/cpu/base.hh:
Added two functions to help get the next cycle the CPU should be scheduled.
src/cpu/simple/atomic.cc:
src/cpu/simple/timing.cc:
Use the function now in BaseCPU.
H A Dbase.hhdiff 3495:884bf1f0c0c9 Mon Nov 06 13:27:00 EST 2006 Kevin Lim <ktlim@umich.edu> Clean up clock phase drift code a bit.

src/cpu/base.cc:
Move clock phase drift code to the base CPU so that any CPU model can use it.
src/cpu/base.hh:
Added two functions to help get the next cycle the CPU should be scheduled.
src/cpu/simple/atomic.cc:
src/cpu/simple/timing.cc:
Use the function now in BaseCPU.
/gem5/src/cpu/simple/
H A Dtiming.ccdiff 3495:884bf1f0c0c9 Mon Nov 06 13:27:00 EST 2006 Kevin Lim <ktlim@umich.edu> Clean up clock phase drift code a bit.

src/cpu/base.cc:
Move clock phase drift code to the base CPU so that any CPU model can use it.
src/cpu/base.hh:
Added two functions to help get the next cycle the CPU should be scheduled.
src/cpu/simple/atomic.cc:
src/cpu/simple/timing.cc:
Use the function now in BaseCPU.
H A Datomic.ccdiff 3495:884bf1f0c0c9 Mon Nov 06 13:27:00 EST 2006 Kevin Lim <ktlim@umich.edu> Clean up clock phase drift code a bit.

src/cpu/base.cc:
Move clock phase drift code to the base CPU so that any CPU model can use it.
src/cpu/base.hh:
Added two functions to help get the next cycle the CPU should be scheduled.
src/cpu/simple/atomic.cc:
src/cpu/simple/timing.cc:
Use the function now in BaseCPU.

Completed in 159 milliseconds