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

index deb048634219f885ef6117b4c53d29f4e68f3ae8..8d72a259bd569d3ef2186831f154b145a601e721 100644 (file)
@@ -148,7 +148,7 @@ class DecodeA(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)