summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/iic_repl/Repl.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/tags/iic_repl/Repl.py')
-rw-r--r--src/mem/cache/tags/iic_repl/Repl.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mem/cache/tags/iic_repl/Repl.py b/src/mem/cache/tags/iic_repl/Repl.py
index 4c333e897..577eb8fed 100644
--- a/src/mem/cache/tags/iic_repl/Repl.py
+++ b/src/mem/cache/tags/iic_repl/Repl.py
@@ -31,9 +31,11 @@ from m5.params import *
class Repl(SimObject):
type = 'Repl'
abstract = True
+ cxx_header = "mem/cache/tags/iic_repl/repl.hh"
class GenRepl(Repl):
type = 'GenRepl'
+ cxx_header = "mem/cache/tags/iic_repl/gen.hh"
fresh_res = Param.Int("Fresh pool residency time")
num_pools = Param.Int("Number of priority pools")
pool_res = Param.Int("Pool residency time")