whoops accidentally commented out setup of instructions
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 15 Dec 2021 12:45:21 +0000 (12:45 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 15 Dec 2021 12:45:21 +0000 (12:45 +0000)
in setup_i_memory

src/soc/simple/test/test_runner.py

index cf842471dc480d720380692986dc17a40498cf0d..79457504623484bbde00134dce3238917a91f295 100644 (file)
@@ -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))