From 29b0c7a5f3cf92b3140f5023952cc1d9abaa52a3 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 15 Dec 2021 12:45:21 +0000 Subject: [PATCH] whoops accidentally commented out setup of instructions in setup_i_memory --- src/soc/simple/test/test_runner.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/soc/simple/test/test_runner.py b/src/soc/simple/test/test_runner.py index cf842471..79457504 100644 --- a/src/soc/simple/test/test_runner.py +++ b/src/soc/simple/test/test_runner.py @@ -68,8 +68,6 @@ def insert_into_rom(startaddr, instructions, rom): def setup_i_memory(imem, startaddr, instructions, rom): mem = imem - print ("insn before") - return print("insn before, init mem", mem.depth, mem.width, mem, len(instructions)) -- 2.30.2