summaryrefslogtreecommitdiff
path: root/tb/sim/tarea2.py
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-09-25 05:14:25 -0600
committerAlejandro Soto <alejandro@34project.org>2023-09-25 05:14:25 -0600
commitd18a37a740db37707e5266e5ca6a8fd956737197 (patch)
tree3e2d6ea6d354d8cac722f864f5b8c51fd881e2a9 /tb/sim/tarea2.py
parent27978501a87c5bb7a9fd78e376e8f6772cad009e (diff)
tb: implement cache ring
Diffstat (limited to 'tb/sim/tarea2.py')
-rw-r--r--tb/sim/tarea2.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tb/sim/tarea2.py b/tb/sim/tarea2.py
index 921ea6f..49aade8 100644
--- a/tb/sim/tarea2.py
+++ b/tb/sim/tarea2.py
@@ -1,5 +1,7 @@
N = 20
+cycles = 1024 + 512
+
mem_dumps = [range(0x100, 0x108), range(0x200, 0x200 + 4 * N)]
def init():