summaryrefslogtreecommitdiff
path: root/python/m5/objects/Repl.mpy
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2005-03-14 15:40:51 -0500
committerKevin Lim <ktlim@umich.edu>2005-03-14 15:40:51 -0500
commit8f2a84cbe5a0cd26053d49fb0376ec18bcbeb8f4 (patch)
tree1b707750f5064ed9f89a4a1ecc2f2be4d3daddc0 /python/m5/objects/Repl.mpy
parentc12a665c3120b61ed4e09da5d8a52c57406763d5 (diff)
parent76e6dd01ae4a534adad1d34398fefc819771a781 (diff)
downloadgem5-8f2a84cbe5a0cd26053d49fb0376ec18bcbeb8f4.tar.xz
Merge
--HG-- extra : convert_revision : 22919164108afd74f30207606f59a38992991dae
Diffstat (limited to 'python/m5/objects/Repl.mpy')
-rw-r--r--python/m5/objects/Repl.mpy9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/m5/objects/Repl.mpy b/python/m5/objects/Repl.mpy
new file mode 100644
index 000000000..fff5a2a02
--- /dev/null
+++ b/python/m5/objects/Repl.mpy
@@ -0,0 +1,9 @@
+simobj Repl(SimObject):
+ type = 'Repl'
+ abstract = True
+
+simobj GenRepl(Repl):
+ type = 'GenRepl'
+ fresh_res = Param.Int("associativity")
+ num_pools = Param.Int("capacity in bytes")
+ pool_res = Param.Int("block size in bytes")