summaryrefslogtreecommitdiff
path: root/src/arch/alpha/AlphaTLB.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/alpha/AlphaTLB.py')
-rw-r--r--src/arch/alpha/AlphaTLB.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/alpha/AlphaTLB.py b/src/arch/alpha/AlphaTLB.py
index 51f636ec2..8031c719f 100644
--- a/src/arch/alpha/AlphaTLB.py
+++ b/src/arch/alpha/AlphaTLB.py
@@ -34,6 +34,7 @@ from BaseTLB import BaseTLB
class AlphaTLB(BaseTLB):
type = 'AlphaTLB'
cxx_class = 'AlphaISA::TLB'
+ cxx_header = "arch/alpha/tlb.hh"
size = Param.Int("TLB size")
class AlphaDTB(AlphaTLB):