From: Luke Kenneth Casson Leighton Date: Tue, 7 Dec 2021 14:59:03 +0000 (+0000) Subject: add OP_FETCH_FAILED micro-op X-Git-Tag: sv_maxu_works-initial~659 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e40b76a93d2a856519e81d0dd63d31afb46643b;p=openpower-isa.git add OP_FETCH_FAILED micro-op --- diff --git a/src/openpower/decoder/power_enums.py b/src/openpower/decoder/power_enums.py index 86a9c288..88279422 100644 --- a/src/openpower/decoder/power_enums.py +++ b/src/openpower/decoder/power_enums.py @@ -436,6 +436,7 @@ class MicrOp(Enum): OP_CDTBCD = 84 OP_CBCDTD = 85 OP_TERNLOG = 86 + OP_FETCH_FAILED = 86 @unique