whoops spelling mistake in SPRreduced Enums
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 28 Mar 2021 22:56:36 +0000 (23:56 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 28 Mar 2021 22:57:48 +0000 (23:57 +0100)
src/soc/decoder/power_enums.py

index 6c10306b9f7848c47d41d0a272bb609668579d7e..3353d202526ee2a885fd645282ab5b94c7320ef5 100644 (file)
@@ -439,7 +439,7 @@ def get_spr_enum(full_file):
     has the option to reduce the enum to a much shorter list.
     this saves drastically on the size of the regfile
     """
-    short_list = {'PIDR', 'DAR', 'PRTBL', 'DSIRS', 'SVSRR', 'SVSTATE',
+    short_list = {'PIDR', 'DAR', 'PRTBL', 'DSISR', 'SVSRR0', 'SVSTATE',
                   'SPRG0_priv', 'SPRG1_priv', 'SPRG2_priv', 'SPRG3_priv',
                   'SPRG3'
                  }