projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
650f5a4
)
Fix typo
author
Cesar Strauss
<cestrauss@gmail.com>
Sat, 3 Apr 2021 11:21:21 +0000
(08:21 -0300)
committer
Cesar Strauss
<cestrauss@gmail.com>
Sat, 3 Apr 2021 11:22:56 +0000
(08:22 -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 2c784b3c1f5cc31bcdd03e02747e5edcd04bc567..e896e9e22149d72ffd12949f5c3108f74f246c45 100644
(file)
--- a/
src/soc/decoder/isa/caller.py
+++ b/
src/soc/decoder/isa/caller.py
@@
-915,7
+915,7
@@
class ISACaller:
if self.is_svp64_mode:
vl = self.svstate.vl.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_a_nz = yield self.dec2.sv_a_nz
in1 = yield self.dec2.e.read_reg1.data
print ("SVP64: VL, srcstep, dststep, sv_a_nz, in1",