More changes so that asynchronus blocks work properly
[gem5.git] / objects / AlphaTLB.mpy
1 simobj AlphaTLB(SimObject):
2 type = 'AlphaTLB'
3 abstract = True
4 size = Param.Int("TLB size")
5
6 simobj AlphaDTB(AlphaTLB):
7 type = 'AlphaDTB'
8 size = 64
9
10 simobj AlphaITB(AlphaTLB):
11 type = 'AlphaITB'
12 size = 48