From: Luke Kenneth Casson Leighton Date: Wed, 18 Mar 2020 12:12:21 +0000 (+0000) Subject: add comment about SPRs CSV X-Git-Tag: div_pipeline~1690 X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=b08dee1c3e8cf0d635820693fe50cd0518caeed2 add comment about SPRs CSV --- diff --git a/src/soc/decoder/power_enums.py b/src/soc/decoder/power_enums.py index e123a8be..9a3253fa 100644 --- a/src/soc/decoder/power_enums.py +++ b/src/soc/decoder/power_enums.py @@ -215,7 +215,10 @@ class CryIn(Enum): CA = 2 -# SPRs - Special-Purpose Registers. See V3.0B Figure 18 p971 +# SPRs - Special-Purpose Registers. See V3.0B Figure 18 p971 and +# http://libre-riscv.org/openpower/isatables/sprs.csv +# TODO: make this read the sprs.csv file +# http://bugs.libre-riscv.org/show_bug.cgi?id=261 @unique class SPR(Enum):