From 02712d69cdd859d702cc7577e72db27d6f0c9ad5 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 12 Dec 2022 14:34:05 -0600 Subject: Implement fast video --- tb/sim/descifrador.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tb/sim/descifrador.py') diff --git a/tb/sim/descifrador.py b/tb/sim/descifrador.py index e754f2a..a77375b 100644 --- a/tb/sim/descifrador.py +++ b/tb/sim/descifrador.py @@ -7,6 +7,7 @@ loads = {START: FILE} consts = {0x30050000: 1, 0x30060000: 0} cycles = 23000000 mem_dumps = [range(START, START + SIZE)] +enable_video = True def final(): words = [] -- cgit v1.2.3