Fix help strings on GenRepl params.
--HG-- extra : convert_revision : 520814e193b9e86b6410f3ab98d62ed131d295aa
This commit is contained in:
parent
6f94c3c8d7
commit
4c0014a187
1 changed files with 3 additions and 3 deletions
|
@ -6,6 +6,6 @@ class Repl(SimObject):
|
|||
|
||||
class GenRepl(Repl):
|
||||
type = 'GenRepl'
|
||||
fresh_res = Param.Int("associativity")
|
||||
num_pools = Param.Int("capacity in bytes")
|
||||
pool_res = Param.Int("block size in bytes")
|
||||
fresh_res = Param.Int("Fresh pool residency time")
|
||||
num_pools = Param.Int("Number of priority pools")
|
||||
pool_res = Param.Int("Pool residency time")
|
||||
|
|
Loading…
Reference in a new issue