projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4327f3
)
whoops spelling error
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 20 Feb 2021 12:26:32 +0000
(12:26 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 20 Feb 2021 12:26:32 +0000
(12:26 +0000)
src/soc/simple/issuer.py
patch
|
blob
|
history
diff --git
a/src/soc/simple/issuer.py
b/src/soc/simple/issuer.py
index 1298e4aebb0a5e323732881d102b80ff7e522d93..42fb54c657bd9f396e3355bd6154e8959509e3f7 100644
(file)
--- a/
src/soc/simple/issuer.py
+++ b/
src/soc/simple/issuer.py
@@
-410,7
+410,7
@@
class TestIssuerInternal(Elaboratable):
# for updating svstate (things like srcstep etc.)
update_svstate = Signal() # TODO: move this somewhere above
- new_svstate = SVS
S
TATERec("new_svstate") # and move this as well
+ new_svstate = SVSTATERec("new_svstate") # and move this as well
# check if svstate needs updating: if so, write it to State Regfile
with m.If(update_svstate):
comb += self.state_w_sv.wen.eq(1<<StateRegs.SVSTATE)