comments on SPRmap done in PowerDecode2
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 15 Jul 2020 13:28:12 +0000 (14:28 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 15 Jul 2020 13:28:12 +0000 (14:28 +0100)
src/soc/decoder/power_decoder2.py

index 3f5686ba879ef3bdc6a45594328209d6cd94f872..deb048634219f885ef6117b4c53d29f4e68f3ae8 100644 (file)
@@ -319,7 +319,7 @@ class DecodeOut(Elaboratable):
                             comb += self.fast_out.ok.eq(1)
                         with m.Case(SPR.XER.value):
                             pass # do nothing
-                        # XXX TODO: map to internal SPR numbers
+                        # : map to internal SPR numbers
                         # XXX TODO: dec and tb not to go through mapping.
                         with m.Default():
                             comb += sprmap.spr_i.eq(spr)