From 5c79cf0b1cf45132947e912744fe1d26bdfe70f4 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 12 Feb 2021 13:20:02 +0000 Subject: [PATCH] comments --- 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 14776199..7ade13af 100644 --- a/src/soc/decoder/isa/caller.py +++ b/src/soc/decoder/isa/caller.py @@ -687,7 +687,7 @@ class ISACaller: # SVP64. first, check if the opcode is EXT001, and SVP64 id bits set yield Settle() opcode = yield self.dec2.dec.opcode_in - pfx = SVP64PrefixFields() + pfx = SVP64PrefixFields() # TODO should probably use SVP64PrefixDecoder pfx.insn.value = opcode major = pfx.major.asint(msb0=True) # MSB0 inversion print ("prefix test: opcode:", major, bin(major), -- 2.30.2