From: Luke Kenneth Casson Leighton Date: Sun, 28 Mar 2021 22:56:36 +0000 (+0100) Subject: whoops spelling mistake in SPRreduced Enums X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed05f69b09513cca3aab5437c5b7189bf6a3deee;p=soc.git whoops spelling mistake in SPRreduced Enums --- diff --git a/src/soc/decoder/power_enums.py b/src/soc/decoder/power_enums.py index 6c10306b..3353d202 100644 --- a/src/soc/decoder/power_enums.py +++ b/src/soc/decoder/power_enums.py @@ -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' }