summaryrefslogtreecommitdiff
path: root/objects/Repl.mpy
blob: 87e7bfb7d70710a2bb9369c2a656b927715c7b5f (plain)
1
2
3
4
5
6
7
simobj Repl(SimObject):
    abstract = True

simobj GenRepl(Repl):
    fresh_res = Param.Int("associativity")
    num_pools = Param.Int("capacity in bytes")
    pool_res = Param.Int("block size in bytes")