whitespace cleanup
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 17 May 2020 17:17:24 +0000 (18:17 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 17 May 2020 17:17:30 +0000 (18:17 +0100)
src/soc/alu/main_stage.py

index afa97224cf93b0de86b58bbe7194866e4c65374b..51001663a5dcaaf55f2df8f2b2823e2f7f202c18 100644 (file)
@@ -75,8 +75,6 @@ class ALUMainStage(PipeModBase):
                 for i in range(8):
                     comb += eqs[i].eq(src1 == self.i.b[8*i:8*(i+1)])
                 comb += self.o.cr0.eq(Cat(Const(0, 2), eqs.any(), Const(0, 1)))
-                    
-                
 
         ###### sticky overflow and context, both pass-through #####