From 6fee344b754464b1fd17f7c0429e6597e51dc74d Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 10 Dec 2022 19:18:21 -0600 Subject: Implement hardware virtual memory --- tb/sim/descifrador.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tb/sim/descifrador.py') diff --git a/tb/sim/descifrador.py b/tb/sim/descifrador.py index 5d81686..e754f2a 100644 --- a/tb/sim/descifrador.py +++ b/tb/sim/descifrador.py @@ -5,7 +5,7 @@ START = 0x10000 loads = {START: FILE} consts = {0x30050000: 1, 0x30060000: 0} -cycles = 20000000 +cycles = 23000000 mem_dumps = [range(START, START + SIZE)] def final(): -- cgit v1.2.3