From d18a37a740db37707e5266e5ca6a8fd956737197 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 25 Sep 2023 05:14:25 -0600 Subject: tb: implement cache ring --- tb/sim/tarea2.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tb/sim/tarea2.py') 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(): -- cgit v1.2.3