blob: fff5a2a0233ce893630db1c3ea9703e801f4ed5a (
plain)
1
2
3
4
5
6
7
8
9
|
simobj Repl(SimObject):
type = 'Repl'
abstract = True
simobj GenRepl(Repl):
type = 'GenRepl'
fresh_res = Param.Int("associativity")
num_pools = Param.Int("capacity in bytes")
pool_res = Param.Int("block size in bytes")
|