arm, power: Make the python TLB simobjects inherit from BaseTLB.
authorGabe Black <gabeblack@google.com>
Tue, 9 Jan 2018 03:07:21 +0000 (19:07 -0800)
committerGabe Black <gabeblack@google.com>
Thu, 11 Jan 2018 09:34:23 +0000 (09:34 +0000)
commitf96e542dd88762556bda357fe046318ccf31268f
tree529fca01d8f79efc9bda988759b83614aa80bdbf
parentad0056d2e811284870edcc5350db9fa3dbff6f2e
arm, power: Make the python TLB simobjects inherit from BaseTLB.

These were still inheriting from SimObject instead of BaseTLB, making
them incompatible with parameters which expect a BaseTLB.

Change-Id: I05115cc5515f745fdeb85e4dea8eded613647e40
Reviewed-on: https://gem5-review.googlesource.com/7348
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/arch/arm/ArmTLB.py
src/arch/power/PowerTLB.py