rename ternary->ternlog and associated form/field TI->TLI
[openpower-isa.git] / src / openpower / decoder / power_decoder2.py
index cfb4869854c196b35ce4563308aebbc60d95b6f4..49ab5066598d2b0a238b2c5a8497e515a1b6cc17 100644 (file)
@@ -365,7 +365,7 @@ class DecodeC(Elaboratable):
                 comb += reg.data.eq(self.dec.RC)
                 comb += reg.ok.eq(1)
             with m.Case(In3Sel.RT):
-                # for TII-form ternary
+                # for TLI-form ternlogi
                 comb += reg.data.eq(self.dec.RT)
                 comb += reg.ok.eq(1)