[Libre-soc-bugs] [Bug 446] New: runtime exception caused by unverified code

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Aug 3 20:09:15 BST 2020


https://bugs.libre-soc.org/show_bug.cgi?id=446

            Bug ID: 446
           Summary: runtime exception caused by unverified code
           Product: Libre-SOC's first SoC
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: CONFIRMED
          Severity: enhancement
          Priority: ---
         Component: Source Code
          Assignee: lkcl at lkcl.net
          Reporter: lkcl at lkcl.net
                CC: libre-soc-bugs at lists.libre-soc.org
   NLnet milestone: ---

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list