From 2a77b489fee86c159214e5c0a33a2a2ce386eb82 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 11 Mar 2021 21:50:42 -0800 Subject: [PATCH] add forgotten PO (primary opcode) field to DecodeFields --- src/soc/decoder/power_fields.py | 1 + 1 file changed, 1 insertion(+) 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, -- 2.30.2