From: Luke Kenneth Casson Leighton Date: Wed, 15 Jul 2020 13:29:36 +0000 (+0100) Subject: comments on SPRmap done in PowerDecode2 X-Git-Tag: div_pipeline~27 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09ecd856b1dcc57f5a092ea9170e54246d3adfa7;p=soc.git comments on SPRmap done in PowerDecode2 --- diff --git a/src/soc/decoder/power_decoder2.py b/src/soc/decoder/power_decoder2.py index deb04863..8d72a259 100644 --- a/src/soc/decoder/power_decoder2.py +++ b/src/soc/decoder/power_decoder2.py @@ -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)