31c31,34
< class AlphaTLB(SimObject):
---
>
> from BaseTLB import BaseTLB
>
> class AlphaTLB(BaseTLB):