whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 19 May 2020 20:34:02 +0000 (21:34 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 19 May 2020 20:34:02 +0000 (21:34 +0100)
src/soc/fu/trap/pipe_data.py

index 83adc38abf6398297a1ceda2becef3da1f4b14c8..6789684fe59a373960905b3c8a6379b5fcd3cf48 100644 (file)
@@ -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)