summaryrefslogtreecommitdiff
path: root/tb/sim
diff options
context:
space:
mode:
Diffstat (limited to 'tb/sim')
-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():