From: Luke Kenneth Casson Leighton Date: Tue, 19 May 2020 20:34:02 +0000 (+0100) Subject: whitespace X-Git-Tag: div_pipeline~1064 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98d6aceb66786b6ed1c4e3adf4104186236e3c83;p=soc.git whitespace --- diff --git a/src/soc/fu/trap/pipe_data.py b/src/soc/fu/trap/pipe_data.py index 83adc38a..6789684f 100644 --- a/src/soc/fu/trap/pipe_data.py +++ b/src/soc/fu/trap/pipe_data.py @@ -3,6 +3,7 @@ from ieee754.fpcommon.getop import FPPipeContext from soc.fu.alu.pipe_data import IntegerData from soc.decoder.power_decoder2 import Data + class TrapInputData(IntegerData): def __init__(self, pspec): super().__init__(pspec) @@ -23,6 +24,7 @@ class TrapInputData(IntegerData): return lst + [self.a.eq(i.a), self.b.eq(i.b), self.cia.eq(i.nia), self.msr.eq(i.msr)] + class TrapOutputData(IntegerData): def __init__(self, pspec): super().__init__(pspec)