update comment
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 28 May 2020 10:33:20 +0000 (11:33 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 28 May 2020 10:33:20 +0000 (11:33 +0100)
src/soc/fu/common_output_stage.py

index 147c891e31163e30d753c75a247dd98e45e92948..efeb42a961b2b58480f761f7ba881406d8f21ae4 100644 (file)
@@ -43,7 +43,7 @@ class CommonOutputStage(PipeModBase):
         cr0 = Signal(4, reset_less=True)
 
         # TODO: if o[63] is XORed with "operand == OP_CMP"
-        # that can be used as a test
+        # that can be used as a test of whether to invert the +ve/-ve test
         # see https://bugs.libre-soc.org/show_bug.cgi?id=305#c60
 
         comb += is_cmp.eq(op.insn_type == InternalOp.OP_CMP)