TLB: Make all tlbs derive from a common base class in both python and C++.
authorGabe Black <gblack@eecs.umich.edu>
Sat, 11 Oct 2008 06:47:42 +0000 (23:47 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sat, 11 Oct 2008 06:47:42 +0000 (23:47 -0700)
commit8c5dfa453296c5a87a46c409f68e0ef50ebfceb6
tree18d96ff626b3fbaf17e6da31f74be73f4ff805e9
parent3d1734ec29a0572a2c0fe403d737adbd9756c993
TLB: Make all tlbs derive from a common base class in both python and C++.
src/arch/alpha/AlphaTLB.py
src/arch/mips/MipsTLB.py
src/arch/sparc/SparcTLB.py
src/arch/x86/X86TLB.py
src/sim/BaseTLB.py [new file with mode: 0644]
src/sim/SConscript