diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-09-25 05:14:25 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-09-25 05:14:25 -0600 |
| commit | d18a37a740db37707e5266e5ca6a8fd956737197 (patch) | |
| tree | 3e2d6ea6d354d8cac722f864f5b8c51fd881e2a9 /tb/sim | |
| parent | 27978501a87c5bb7a9fd78e376e8f6772cad009e (diff) | |
tb: implement cache ring
Diffstat (limited to 'tb/sim')
| -rw-r--r-- | tb/sim/tarea2.py | 2 |
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(): |
