summaryrefslogtreecommitdiff
path: root/src/arch/power/PowerTLB.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/PowerTLB.py')
-rw-r--r--src/arch/power/PowerTLB.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/power/PowerTLB.py b/src/arch/power/PowerTLB.py
index 36dff5333..ae6503a1f 100644
--- a/src/arch/power/PowerTLB.py
+++ b/src/arch/power/PowerTLB.py
@@ -34,4 +34,5 @@ from m5.params import *
class PowerTLB(SimObject):
type = 'PowerTLB'
cxx_class = 'PowerISA::TLB'
+ cxx_header = 'arch/power/tlb.hh'
size = Param.Int(64, "TLB size")