From ed05f69b09513cca3aab5437c5b7189bf6a3deee Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 28 Mar 2021 23:56:36 +0100 Subject: [PATCH] whoops spelling mistake in SPRreduced Enums --- src/soc/decoder/power_enums.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } -- 2.30.2