From: Luke Kenneth Casson Leighton Date: Fri, 12 Feb 2021 13:20:02 +0000 (+0000) Subject: comments X-Git-Tag: convert-csv-opcode-to-binary~243 X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=5c79cf0b1cf45132947e912744fe1d26bdfe70f4;ds=inline comments --- 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),