diff options
Diffstat (limited to 'objects/Repl.mpy')
-rw-r--r-- | objects/Repl.mpy | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/objects/Repl.mpy b/objects/Repl.mpy deleted file mode 100644 index fff5a2a02..000000000 --- a/objects/Repl.mpy +++ /dev/null @@ -1,9 +0,0 @@ -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") |