add forgotten PO (primary opcode) field to DecodeFields
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 12 Mar 2021 05:50:42 +0000 (21:50 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 12 Mar 2021 05:50:42 +0000 (21:50 -0800)
src/soc/decoder/power_fields.py

index 58df625b94e4faa5eaafc4eef78ae3a287a09d5c..d0fe85cbce4a83f5f12d424b6e1ed78872e97f2c 100644 (file)
@@ -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,