From: Luke Kenneth Casson Leighton Date: Wed, 10 Nov 2021 19:09:14 +0000 (+0000) Subject: remove read of MSR, it is done by passing through PowerDecoder2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b6d6db02cd67a5203183ffe1c8b5c9f5b9048018;p=soc.git remove read of MSR, it is done by passing through PowerDecoder2 --- diff --git a/src/soc/fu/ldst/pipe_data.py b/src/soc/fu/ldst/pipe_data.py index fc0546a9..c2d8a43c 100644 --- a/src/soc/fu/ldst/pipe_data.py +++ b/src/soc/fu/ldst/pipe_data.py @@ -10,7 +10,6 @@ class LDSTInputData(FUBaseData): ('INT', 'rb', '0:63'), # RB/immediate ('INT', 'rc', '0:63'), # RC # XXX TODO, later ('XER', 'xer_so', '32') # XER bit 32: SO - ('STATE', 'msr', '0:63'), # MSR ] def __init__(self, pspec): super().__init__(pspec, False)