add sv_out2 to PowerDecode and PowerDecoder2
[soc.git] / src / soc / decoder / power_decoder.py
index 239541424497c6cc95014f4fa46ff2d2c975065e..eb6df3cf18cdd95bad47dc4918d4055780ec57cf 100644 (file)
@@ -131,6 +131,7 @@ power_op_types = {'function_unit': Function,
                   'sv_in2': SVEXTRA,
                   'sv_in3': SVEXTRA,
                   'sv_out': SVEXTRA,
+                  'sv_out2': SVEXTRA,
                   'sv_cr_in': SVEXTRA,
                   'sv_cr_out': SVEXTRA,
                   'ldst_len': LdstLen,
@@ -150,6 +151,7 @@ power_op_csvmap = {'function_unit': 'unit',
                    'sv_in2': 'sv_in2',
                    'sv_in3': 'sv_in3',
                    'sv_out': 'sv_out',
+                   'sv_out2': 'sv_out2',
                    'sv_cr_in': 'sv_cr_in',
                    'sv_cr_out': 'sv_cr_out',
                    'SV_Etype': 'SV_Etype',