ERROR: run_all (__main__.TestRunner) ---------------------------------------------------------------------- Traceback (most recent call last): File "simple/test/test_issuer.py", line 122, in run_all m.submodules.issuer = issuer = TestIssuer(pspec) File "/home/lkcl/src/libresoc/soc/src/soc/simple/issuer.py", line 41, in __init__ self.core = core = NonProductionCore(pspec) File "/home/lkcl/src/libresoc/soc/src/soc/simple/core.py", line 64, in __init__ self.l0 = TstL0CacheBuffer(pspec, n_units=1) File "/home/lkcl/src/libresoc/soc/src/soc/experiment/l0_cache.py", line 335, in __init__ self.cmpi = ConfigMemoryPortInterface(pspec) File "/home/lkcl/src/libresoc/soc/src/soc/config/loadstore.py", line 37, in __init__ data_wid=pspec.reg_wid) # data bus width File "/home/lkcl/src/libresoc/soc/src/soc/experiment/pi2ls.py", line 40, in __init__ super().__init__(data_wid, addr_wid) File "/home/lkcl/src/libresoc/soc/src/soc/experiment/pimem.py", line 139, in __init__ self.pi = PortInterface("ldst_port0", regwid, addrwid) File "/home/lkcl/src/libresoc/soc/src/soc/experiment/pimem.py", line 108, in __init__ self.exc_o = Signal(reset_less) # set by LDSTSplitter NameError: name 'reset_less' is not defined
tobias please take care to ensure that committed code does not affect others by preventing them from doing work. commit 0b7ca0d042438c9760e669499f37c2a292bf3250 (HEAD -> master) Author: Luke Kenneth Casson Leighton <lkcl@lkcl.net> Date: Mon Aug 3 20:08:49 2020 +0100 https://bugs.libre-soc.org/show_bug.cgi?id=446 Revert "LDSTSplitter: report exception" This reverts commit 16f3cca9062314475a9039c96ffa1bc97122a408.