From dd34e38cc4ea07f44714c189644c61d6a4e4488c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 17 May 2020 18:17:24 +0100 Subject: [PATCH] whitespace cleanup --- src/soc/alu/main_stage.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/soc/alu/main_stage.py b/src/soc/alu/main_stage.py index afa97224..51001663 100644 --- a/src/soc/alu/main_stage.py +++ b/src/soc/alu/main_stage.py @@ -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 ##### -- 2.30.2