summaryrefslogtreecommitdiff
path: root/objects/Repl.mpy
diff options
context:
space:
mode:
Diffstat (limited to 'objects/Repl.mpy')
-rw-r--r--objects/Repl.mpy2
1 files changed, 2 insertions, 0 deletions
diff --git a/objects/Repl.mpy b/objects/Repl.mpy
index 87e7bfb7d..fff5a2a02 100644
--- a/objects/Repl.mpy
+++ b/objects/Repl.mpy
@@ -1,7 +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")