57d56
< from m5.SimObject import SimObject
60a60
> from BaseTLB import BaseTLB
69c69
< class X86TLB(SimObject):
---
> class X86TLB(BaseTLB):