TLB: Make all tlbs derive from a common base class in both python and C++.

This commit is contained in:
Gabe Black
2008-10-10 23:47:42 -07:00
parent 3d1734ec29
commit 8c5dfa4532
6 changed files with 47 additions and 5 deletions

View File

@@ -30,6 +30,7 @@
Import('*')
SimObject('BaseTLB.py')
SimObject('Root.py')
SimObject('System.py')
SimObject('InstTracer.py')