From: Cesar Strauss Date: Sat, 3 Apr 2021 11:21:21 +0000 (-0300) Subject: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8bd650463cac014039535bf6a7ea31f465a4ca9c;p=soc.git Fix typo --- diff --git a/src/soc/decoder/isa/caller.py b/src/soc/decoder/isa/caller.py index 2c784b3c..e896e9e2 100644 --- 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.srcstep.asint(msb0=True) + dststep = self.svstate.dststep.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",