From: Luke Kenneth Casson Leighton Date: Sat, 25 Sep 2021 19:41:23 +0000 (+0100) Subject: found accidental commenting-out of memory setup in HDLRunner X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4bf8f02c24a7c63f459e9ffb02755685f959df7d;p=soc.git found accidental commenting-out of memory setup in HDLRunner --- diff --git a/src/soc/simple/test/test_runner.py b/src/soc/simple/test/test_runner.py index d8716b37..84674450 100644 --- a/src/soc/simple/test/test_runner.py +++ b/src/soc/simple/test/test_runner.py @@ -234,7 +234,7 @@ class HDLRunner(StateRunner): counter = 0 # test to pause/start yield from setup_i_memory(imem, pc, instructions) - #yield from setup_tst_memory(l0, self.test.mem) + yield from setup_tst_memory(l0, self.test.mem) yield from setup_regs(pdecode2, core, self.test) # set PC and SVSTATE