projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c418bab
)
whoops wrong signal name, set exc_happened
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 5 May 2021 12:38:11 +0000
(13:38 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 5 May 2021 12:39:27 +0000
(13:39 +0100)
src/soc/simple/issuer.py
patch
|
blob
|
history
diff --git
a/src/soc/simple/issuer.py
b/src/soc/simple/issuer.py
index eac90c630d0f8733aa9111e96845e9a15f5e8b03..732d2bd9036aa0a21542ab87d38286cca52ca7fd 100644
(file)
--- a/
src/soc/simple/issuer.py
+++ b/
src/soc/simple/issuer.py
@@
-601,7
+601,7
@@
class TestIssuerInternal(Elaboratable):
el.append(exc.happened)
exc_happened = Signal()
if len(el) > 0: # at least one exception
- comb += exc
.
happened.eq(Cat(*el).bool())
+ comb += exc
_
happened.eq(Cat(*el).bool())
with m.FSM(name="issue_fsm"):