cpus: fix cpu progress event
authorKorey Sewell <ksewell@umich.edu>
Tue, 5 May 2009 06:51:31 +0000 (02:51 -0400)
committerKorey Sewell <ksewell@umich.edu>
Tue, 5 May 2009 06:51:31 +0000 (02:51 -0400)
commitc70241810d4e4f523f173c1646b008dc40faad8e
treec1bf567e6e035f60835a2217ca283287f163e104
parentdc35d2f125de43fb2b2865e9211cccca8546b8cd
cpus: fix cpu progress event
this was double scheduling itself (once in constructor and once in cpu code). also add support for stopping / starting
progress events through repeatEvent flag and also changing the interval of the progress event as well
configs/common/Options.py
configs/common/Simulation.py
src/cpu/base.cc
src/cpu/base.hh
src/cpu/inorder/cpu.hh