From 46398376637a23f363eddb0cd9656bfb6eda7f72 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 20 Feb 2021 13:55:47 +0000 Subject: [PATCH] whoops set ROM to none by mistake --- src/soc/simple/test/test_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/simple/test/test_runner.py b/src/soc/simple/test/test_runner.py index 23d49e28..60f049ee 100644 --- a/src/soc/simple/test/test_runner.py +++ b/src/soc/simple/test/test_runner.py @@ -123,7 +123,7 @@ class TestRunner(FHDLTestCase): super().__init__("run_all") self.test_data = tst_data self.microwatt_mmu = microwatt_mmu - self.rom = None + self.rom = rom def run_all(self): m = Module() -- 2.30.2