projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e90bfa
)
Formatting
author
Nathan Binkert
<binkertn@umich.edu>
Sat, 30 Dec 2006 00:57:45 +0000
(16:57 -0800)
committer
Nathan Binkert
<binkertn@umich.edu>
Sat, 30 Dec 2006 00:57:45 +0000
(16:57 -0800)
--HG--
extra : convert_revision :
f5a940a8b9aaba0703781b398cf29be581907c21
src/python/m5/objects/BaseCPU.py
patch
|
blob
|
history
diff --git
a/src/python/m5/objects/BaseCPU.py
b/src/python/m5/objects/BaseCPU.py
index 8037c90af865d9207a1762f3669f555e9c3d2285..67a28a61e111bf59a041b30ce661566e3c965155 100644
(file)
--- a/
src/python/m5/objects/BaseCPU.py
+++ b/
src/python/m5/objects/BaseCPU.py
@@
-41,7
+41,8
@@
class BaseCPU(SimObject):
"terminate when all threads have reached this load count")
max_loads_any_thread = Param.Counter(0,
"terminate when any thread reaches this load count")
- progress_interval = Param.Tick(0, "interval to print out the progress message")
+ progress_interval = Param.Tick(0,
+ "interval to print out the progress message")
defer_registration = Param.Bool(False,
"defer registration with system (for sampling)")