From: Jacob Lifshay Date: Fri, 12 Mar 2021 05:50:42 +0000 (-0800) Subject: add forgotten PO (primary opcode) field to DecodeFields X-Git-Tag: convert-csv-opcode-to-binary~55 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a77b489fee86c159214e5c0a33a2a2ce386eb82;p=soc.git add forgotten PO (primary opcode) field to DecodeFields --- diff --git a/src/soc/decoder/power_fields.py b/src/soc/decoder/power_fields.py index 58df625b..d0fe85cb 100644 --- a/src/soc/decoder/power_fields.py +++ b/src/soc/decoder/power_fields.py @@ -136,6 +136,7 @@ class DecodeFields: # note that these should only be ones which are the same on all Forms # note: these are from microwatt insn_helpers.vhdl self.common_fields = { + "PO": self.Formall.PO, "RS": self.FormX.RS, "RT": self.FormX.RT, "RA": self.FormX.RA,