From: Luke Kenneth Casson Leighton Date: Fri, 12 Mar 2021 21:50:44 +0000 (+0000) Subject: add OP_SETVL to MicrOp in power_enums.py X-Git-Tag: convert-csv-opcode-to-binary~46 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1102052a3d6abaf9b1f60cbbde5d980657d2cb7b;p=soc.git add OP_SETVL to MicrOp in power_enums.py --- diff --git a/src/soc/decoder/power_enums.py b/src/soc/decoder/power_enums.py index a823295c..f2a8595d 100644 --- a/src/soc/decoder/power_enums.py +++ b/src/soc/decoder/power_enums.py @@ -310,6 +310,7 @@ class MicrOp(Enum): OP_SC = 73 OP_MTMSR = 74 OP_TLBIE = 75 + OP_SETVL = 76 @unique