projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f94c3c
)
Fix help strings on GenRepl params.
author
Steve Reinhardt
<stever@eecs.umich.edu>
Sun, 3 Dec 2006 06:23:46 +0000
(22:23 -0800)
committer
Steve Reinhardt
<stever@eecs.umich.edu>
Sun, 3 Dec 2006 06:23:46 +0000
(22:23 -0800)
--HG--
extra : convert_revision :
520814e193b9e86b6410f3ab98d62ed131d295aa
src/python/m5/objects/Repl.py
patch
|
blob
|
history
diff --git
a/src/python/m5/objects/Repl.py
b/src/python/m5/objects/Repl.py
index 10892cf6f81343262c85af0e6231b271098b163f..b76aa1d6e9be4bacb99f5487ff887d9595c7c605 100644
(file)
--- a/
src/python/m5/objects/Repl.py
+++ b/
src/python/m5/objects/Repl.py
@@
-6,6
+6,6
@@
class Repl(SimObject):
class GenRepl(Repl):
type = 'GenRepl'
- fresh_res = Param.Int("
associativity
")
- num_pools = Param.Int("
capacity in byte
s")
- pool_res = Param.Int("
block size in bytes
")
+ fresh_res = Param.Int("
Fresh pool residency time
")
+ num_pools = Param.Int("
Number of priority pool
s")
+ pool_res = Param.Int("
Pool residency time
")