From 4537357542f7fc088d8f1eaafc15528a3c3175d2 Mon Sep 17 00:00:00 2001 From: Cesar Strauss Date: Tue, 9 Mar 2021 07:57:41 -0300 Subject: [PATCH] Add some extra debug traces to the GTKWave document --- src/soc/simple/test/test_runner.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/soc/simple/test/test_runner.py b/src/soc/simple/test/test_runner.py index 957cd080..48c1b6d4 100644 --- a/src/soc/simple/test/test_runner.py +++ b/src/soc/simple/test/test_runner.py @@ -338,8 +338,13 @@ class TestRunner(FHDLTestCase): 'exec_insn_valid_i', 'exec_insn_ready_o', 'exec_fsm_state', 'exec_pc_valid_o', 'exec_pc_ready_i', + 'insn_done', 'core_stop_o', 'pc_i_ok', 'pc_changed', + 'is_last', 'dec2.no_out_vec', {'comment': 'fetch and decode'}, - 'cia[63:0]', 'nia[63:0]', 'pc[63:0]', 'raw_insn_i[31:0]', + (None, 'dec', [ + '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', {'comment': 'svp64 decoding'}, 'svp64_rm[23:0]', @@ -366,7 +371,8 @@ class TestRunner(FHDLTestCase): ]), {'comment': 'svp64 context'}, 'core_core_vl[6:0]', 'core_core_maxvl[6:0]', - 'core_core_srcstep[6:0]', 'core_core_dststep[6:0]', + 'core_core_srcstep[6:0]', 'next_srcstep[6:0]', + 'core_core_dststep[6:0]', {'comment': 'issue and execute'}, 'core.core_core_insn_type', (None, 'dec', [ -- 2.30.2