From: Cesar Strauss Date: Wed, 8 Sep 2021 09:26:15 +0000 (-0300) Subject: Monitor the exception input to PowerDecoder2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a396fe8e9d8612b0c95a11bb834e5db336199660;p=soc.git Monitor the exception input to PowerDecoder2 --- diff --git a/src/soc/simple/test/test_runner.py b/src/soc/simple/test/test_runner.py index 1d792fe5..60a8e9df 100644 --- a/src/soc/simple/test/test_runner.py +++ b/src/soc/simple/test/test_runner.py @@ -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',