Monitor the exception input to PowerDecoder2
authorCesar Strauss <cestrauss@gmail.com>
Wed, 8 Sep 2021 09:26:15 +0000 (06:26 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Wed, 8 Sep 2021 09:28:19 +0000 (06:28 -0300)
src/soc/simple/test/test_runner.py

index 1d792fe51b6094a4172deb35e05c8b39f3b599f9..60a8e9df6be79ef2d30eff8625d6fb1103bed2c3 100644 (file)
@@ -356,7 +356,7 @@ class TestRunner(FHDLTestCase):
                 'cia[63:0]', 'nia[63:0]', 'pc[63:0]',
                 'cur_pc[63:0]', 'core_core_cia[63:0]']),
             'raw_insn_i[31:0]',
-            'raw_opcode_in[31:0]', 'insn_type',
+            'raw_opcode_in[31:0]', 'insn_type', 'dec2.dec2_exc_happened',
             ('svp64 decoding', 'closed', [
                 'svp64_rm[23:0]', ('dec2.extra[8:0]', 'bin'),
                 'dec2.sv_rm_dec.mode', 'dec2.sv_rm_dec.predmode',