summaryrefslogtreecommitdiff
path: root/python/m5/objects/Repl.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/m5/objects/Repl.py')
-rw-r--r--python/m5/objects/Repl.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/python/m5/objects/Repl.py b/python/m5/objects/Repl.py
deleted file mode 100644
index afd256082..000000000
--- a/python/m5/objects/Repl.py
+++ /dev/null
@@ -1,10 +0,0 @@
-from m5 import *
-class Repl(SimObject):
- type = 'Repl'
- abstract = True
-
-class GenRepl(Repl):
- type = 'GenRepl'
- fresh_res = Param.Int("associativity")
- num_pools = Param.Int("capacity in bytes")
- pool_res = Param.Int("block size in bytes")