blob: afd2560824ede7a39bd6ad417a7d9be189f7c75d [file] [log] [blame]
from m5 import *
class Repl(SimObject):
type = 'Repl'
abstract = True
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")