cpus: fix cpu progress event
authorKorey Sewell <ksewell@umich.edu>
Tue, 5 May 2009 06:39:05 +0000 (02:39 -0400)
committerKorey Sewell <ksewell@umich.edu>
Tue, 5 May 2009 06:39:05 +0000 (02:39 -0400)
commit9f90291c54135acc42be0fcb8843ec4e67eab2fb
treeb9877bd1b3a7fb52108def816135943101109608
parent06b3e3c303599e4227212638fa4778d115842eea
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