From: Luke Kenneth Casson Leighton Date: Mon, 13 Jul 2020 19:30:39 +0000 (+0100) Subject: whitespace X-Git-Tag: div_pipeline~52 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e755313e9cedcf39a2654c924404ee51ddbb745;p=soc.git whitespace --- diff --git a/src/soc/fu/shift_rot/rotator.py b/src/soc/fu/shift_rot/rotator.py index f5652ef6..7ea9b0da 100644 --- a/src/soc/fu/shift_rot/rotator.py +++ b/src/soc/fu/shift_rot/rotator.py @@ -169,7 +169,7 @@ if __name__ == '__main__': mr = Signal(64) mb = Signal(6) comb += mr.eq(left_mask(m, mb)) - + def loop(): for i in range(64): yield mb.eq(63-i)