Bug 446 - runtime exception caused by unverified code
Summary: runtime exception caused by unverified code
Status: CONFIRMED
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Source Code (show other bugs)
Version: unspecified
Hardware: PC Linux
: --- enhancement
Assignee: Tobias Platen
URL:
Depends on:
Blocks:
 
Reported: 2020-08-03 20:09 BST by Luke Kenneth Casson Leighton
Modified: 2020-08-03 20:11 BST (History)
1 user (show)

See Also:
NLnet milestone: ---
total budget (EUR) for completion of task and all subtasks: 0
budget (EUR) for this task, excluding subtasks' budget: 0
parent task for budget allocation:
child tasks for budget allocation:
The table of payments (in EUR) for this task; TOML format:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke Kenneth Casson Leighton 2020-08-03 20:09:15 BST
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
Comment 1 Luke Kenneth Casson Leighton 2020-08-03 20:11:54 BST
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.