whitespace cleanup
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 21 May 2020 19:56:08 +0000 (20:56 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 21 May 2020 19:56:08 +0000 (20:56 +0100)
src/soc/fu/cr/main_stage.py

index 98d10cfab0f7ae3b03254d7fa1eb2da50fc844bb..7240ebe51bb005868564c9fa93a33c1026be42cf 100644 (file)
@@ -86,7 +86,7 @@ class CRMainStage(PipeModBase):
                 ba = Signal(2, reset_less=True)
                 bb = Signal(2, reset_less=True)
 
-                # Stupid bit ordering stuff
+                # Stupid bit ordering stuff.  Because POWER.
                 comb += bt.eq(3-BT[0:2])
                 comb += ba.eq(3-BA[0:2])
                 comb += bb.eq(3-BB[0:2])