From: Luke Kenneth Casson Leighton Date: Mon, 24 Jan 2022 21:10:43 +0000 (+0000) Subject: add SRR1 to LDSTException X-Git-Tag: sv_maxu_works-initial~536 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=078c91d7c7f3ac03ebf17fadeb274410abc2e521;p=openpower-isa.git add SRR1 to LDSTException --- diff --git a/src/openpower/exceptions.py b/src/openpower/exceptions.py index 0f932f33..bbc6a9a9 100644 --- a/src/openpower/exceptions.py +++ b/src/openpower/exceptions.py @@ -25,4 +25,4 @@ class LDSTException(RecordObject): RecordObject.__init__(self, name=name) for f in self._exc_types: setattr(self, f, Signal(name=f)) - + srr1 = Signal(64)