From 8bd650463cac014039535bf6a7ea31f465a4ca9c Mon Sep 17 00:00:00 2001 From: Cesar Strauss Date: Sat, 3 Apr 2021 08:21:21 -0300 Subject: [PATCH] Fix typo --- src/soc/decoder/isa/caller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.30.2