Fix help strings on GenRepl params.

--HG--
extra : convert_revision : 520814e193b9e86b6410f3ab98d62ed131d295aa
This commit is contained in:
Steve Reinhardt 2006-12-02 22:23:46 -08:00
parent 6f94c3c8d7
commit 4c0014a187

View file

@ -6,6 +6,6 @@ class Repl(SimObject):
class GenRepl(Repl): class GenRepl(Repl):
type = 'GenRepl' type = 'GenRepl'
fresh_res = Param.Int("associativity") fresh_res = Param.Int("Fresh pool residency time")
num_pools = Param.Int("capacity in bytes") num_pools = Param.Int("Number of priority pools")
pool_res = Param.Int("block size in bytes") pool_res = Param.Int("Pool residency time")