Advertisement
Guest User

Untitled

a guest
Feb 28th, 2022
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. ERROR: run_all (soc.simple.test.test_runner.TestRunner)
  2. ----------------------------------------------------------------------
  3. Traceback (most recent call last):
  4. File "/home/ghostmansd/src/openpower-isa/src/openpower/test/runner.py", line 175, in run_all
  5. hdlrun = self.run_hdl(self, m, pspec)
  6. File "/home/ghostmansd/src/soc/src/soc/simple/test/test_runner.py", line 185, in __init__
  7. self.issuer = TestIssuerInternal(pspec)
  8. File "/home/ghostmansd/src/soc/src/soc/simple/issuer.py", line 244, in __init__
  9. self.core = core = NonProductionCore(pspec)
  10. File "/home/ghostmansd/src/soc/src/soc/simple/core.py", line 148, in __init__
  11. self.fus = AllFunctionUnits(pspec, pilist=[pi])
  12. File "/home/ghostmansd/src/soc/src/soc/fu/compunits/compunits.py", line 357, in __init__
  13. fu = kls(qty, parent_pspec=pspec)
  14. File "/home/ghostmansd/src/soc/src/soc/fu/compunits/compunits.py", line 206, in __init__
  15. super().__init__(ALUPipeSpec, ALUBasePipe, num_rses, parent_pspec)
  16. File "/home/ghostmansd/src/soc/src/soc/fu/compunits/compunits.py", line 172, in __init__
  17. regspec.append(kls(pspec).regspec)
  18. File "/home/ghostmansd/src/soc/src/soc/fu/alu/pipe_data.py", line 7, in __init__
  19. super().__init__(pspec, False)
  20. File "/home/ghostmansd/src/soc/src/soc/fu/pipe_data.py", line 27, in __init__
  21. print (self.regspec)
  22. File "/home/ghostmansd/src/soc/src/soc/fu/alu/pipe_data.py", line 13, in regspec
  23. return [('INT', 'ra', self.intrange), # RA
  24. File "/home/ghostmansd/src/soc/src/soc/fu/pipe_data.py", line 51, in intrange
  25. return "0:%d" % (self.pspec.XLEN-1)
  26. TypeError: unsupported operand type(s) for -: 'Mock' and 'int'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement