projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32cd58f
)
Fix typo
author
Cesar Strauss
<cestrauss@gmail.com>
Fri, 2 Apr 2021 22:20:26 +0000
(19:20 -0300)
committer
Cesar Strauss
<cestrauss@gmail.com>
Fri, 2 Apr 2021 22:20:26 +0000
(19:20 -0300)
src/soc/decoder/isa/caller.py
patch
|
blob
|
history
diff --git
a/src/soc/decoder/isa/caller.py
b/src/soc/decoder/isa/caller.py
index b52f88c5db016b57ca2aaf070c31e48d58d135e2..95dc0f47c54934a6c60ab84256eb27345b0be689 100644
(file)
--- a/
src/soc/decoder/isa/caller.py
+++ b/
src/soc/decoder/isa/caller.py
@@
-1126,7
+1126,7
@@
class ISACaller:
vl = self.svstate.vl.asint(msb0=True)
mvl = self.svstate.maxvl.asint(msb0=True)
srcstep = self.svstate.srcstep.asint(msb0=True)
- dststep = self.svstate.
src
step.asint(msb0=True)
+ dststep = self.svstate.
dst
step.asint(msb0=True)
sv_ptype = yield self.dec2.dec.op.SV_Ptype
no_out_vec = not (yield self.dec2.no_out_vec)
no_in_vec = not (yield self.dec2.no_in_vec)